Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | nTimers | = | 0 | Number of timers in this collection |
|
type(grw_realarray_type), | public | :: | tStart | Start timing values |
|||
type(grw_logicalarray_type), | public | :: | running | timer running? |
|||
type(grw_realarray_type), | public | :: | duration | timing value |
type tem_timer_type
!> Number of timers in this collection
integer :: nTimers = 0
!> Start timing values
type(grw_realArray_type) :: tStart
!> timer running?
type(grw_logicalArray_type) :: running
!> timing value
type(grw_realArray_type) :: duration
end type tem_timer_type