| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=20), | public | :: | label | ||||
| real(kind=real64), | public | :: | start_time | = | 0.0d0 | ||
| real(kind=real64), | public | :: | total_time | = | 0.0d0 |
type :: type_profiler_section character(20) :: label real(real64) :: total_time = 0.0d0 real(real64) :: start_time = 0.0d0 end type type_profiler_section