Timer data derived type.
More...
◆ timer_display()
subroutine type_timer::timer_display |
( |
class(timer_type), intent(inout) |
timer, |
|
|
type(mpl_type), intent(inout) |
mpl |
|
) |
| |
|
private |
Display timer.
- Parameters
-
[in,out] | timer | Timer data |
[in,out] | mpl | MPI data |
Definition at line 93 of file type_timer.F90.
◆ timer_end()
subroutine type_timer::timer_end |
( |
class(timer_type), intent(inout) |
timer, |
|
|
type(mpl_type), intent(inout) |
mpl |
|
) |
| |
|
private |
Finalize timer.
- Parameters
-
[in,out] | timer | Timer data |
[in,out] | mpl | MPI data |
Definition at line 61 of file type_timer.F90.
◆ timer_start()
subroutine type_timer::timer_start |
( |
class(timer_type), intent(inout) |
timer, |
|
|
type(mpl_type), intent(inout) |
mpl |
|
) |
| |
|
private |
Initialize timer.
- Parameters
-
[in,out] | timer | Timer data |
[in,out] | mpl | MPI data |
Definition at line 40 of file type_timer.F90.