| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=ip), | private | :: | begin | ||||
| integer(kind=ip), | private | :: | end | ||||
| integer(kind=ip), | private | :: | rate |
Start the clock
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(clock), | intent(inout) | :: | me |
type,public :: clock private integer(ip) :: begin, end, rate contains procedure,public :: tic => clock_start procedure,public :: toc => clock_end end type clock