| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(timing_data_type), | public | :: | clocks(nmax) |
Data for the stopwatches |
|||
| integer, | public | :: | nnames | = | 0 |
Number of active stopwatches |
|
| logical, | public | :: | overflow | = | .false. |
type timer_list_type type(timing_data_type) :: clocks(nmax) !! Data for the stopwatches integer :: nnames = 0 !! Number of active stopwatches logical :: overflow = .false. end type timer_list_type