Holds data pertaining to some of the main algorithm timers.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real, | public | :: | init(2) | = | 0. | ||
real, | public | :: | advance(2) | = | 0. | ||
real, | public | :: | timestep(2) | = | 0. | ||
real, | public | :: | finish(2) | = | 0. | ||
real, | public | :: | total(2) | = | 0. | ||
real, | public | :: | diagnostics(2) | = | 0. | ||
real, | public | :: | eigval(2) | = | 0. | ||
real, | public | :: | main_loop(2) | = | 0. |
type gs2_timers_type
real :: init(2) = 0.
real :: advance(2) = 0.
real :: timestep(2) = 0.
real :: finish(2) = 0.
real :: total(2) = 0.
real :: diagnostics(2)=0.
real :: eigval(2)=0.
real :: main_loop(2) = 0.
end type gs2_timers_type