MCTC-library
Supported Geometry Formats
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
mctc_env_timer
Module
178 statements
Source File
timer.f90
mctc_env_timer
Contents
Derived Types
timer_type
Functions
format_time
Uses
mctc_env_accuracy
Derived Types
type, public ::
timer_type
Components
Type
Visibility
Attributes
Name
Initial
character(len=:),
public,
allocatable
::
last
integer,
public
::
n
=
0
type(time_record),
public,
allocatable
::
record
(:)
Type-Bound Procedures
procedure, public ::
get
procedure, public ::
pop
procedure, public ::
push
Functions
public function
format_time
(time) result(string)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in)
::
time
Return Value
character(len=:), allocatable