| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | icontxt |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(stopwatch), | intent(in) | :: | sw |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(stopwatch), | intent(inout) | :: | sw |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(stopwatch), | intent(inout) | :: | sw |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(stopwatch), | intent(inout) | :: | sw |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(stopwatch), | intent(inout) | :: | sw |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(stopwatch), | intent(in) | :: | sw |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | icontxt | ||||
| real(kind=psb_dpk_), | private | :: | partial | ||||
| real(kind=psb_dpk_), | private | :: | split | ||||
| real(kind=psb_dpk_), | private | :: | total |
| procedure, public :: partial_ | |
| generic, public :: reset => reset_stopwatch | |
| generic, public :: synchro => synchro_stopwatch | |
| generic, public :: tic => tic_stopwatch | |
| generic, public :: toc => toc_stopwatch | |
| procedure, public :: total_ | |
| procedure, private :: reset_stopwatch | |
| procedure, private :: synchro_stopwatch | |
| procedure, private :: tic_stopwatch | |
| procedure, private :: toc_stopwatch |