Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=20), | public | :: | label | ||||
integer(kind=int64), | public | :: | start_tick | = | 0 | ||
real(kind=real64), | public | :: | total_time | = | 0.0d0 |
type :: type_profiler_section character(len=20) :: label real(real64) :: total_time = 0.0d0 #ifdef _OPENMP real(real64) :: start_time_wtime = 0.0d0 #else integer(kind=int64) :: start_tick = 0 #endif end type type_profiler_section