Public Attributes |
integer, parameter | nb_timer = 4 |
integer, parameter | timer_caldyn = 1 |
integer, parameter | timer_vanleer = 2 |
integer, parameter | timer_dissip = 3 |
integer, parameter | timer_physic = 4 |
integer, parameter | stopped = 1 |
integer, parameter | running = 2 |
integer, parameter | suspended = 3 |
integer | max_size |
real, dimension(:,:,:), allocatable | timer_table |
real, dimension(:,:,:), allocatable | timer_table_sqr |
integer, dimension(:,:,:),
allocatable | timer_iteration |
real, dimension(:,:,:), allocatable | timer_average |
real, dimension(:,:,:), allocatable | timer_delta |
real, dimension(:), allocatable | timer_running |
real, dimension(:), allocatable | last_time |
integer, dimension(:), allocatable | timer_state |
Detailed Description
Definition at line 1 of file times.F90.
Member Function/Subroutine Documentation
subroutine times::allgather_timer |
( |
| ) |
|
subroutine times::allgather_timer |
( |
| ) |
|
subroutine times::allgather_timer_average |
( |
| ) |
|
subroutine times::allgather_timer_average |
( |
| ) |
|
real function times::diffcputime |
( |
| ) |
|
real function times::diffcputime |
( |
| ) |
|
double precision function times::difftime |
( |
| ) |
|
double precision function times::difftime |
( |
| ) |
|
subroutine times::init_timer |
( |
| ) |
|
subroutine times::init_timer |
( |
| ) |
|
subroutine times::inittime |
( |
| ) |
|
subroutine times::inittime |
( |
| ) |
|
subroutine times::resume_timer |
( |
integer |
no_timer | ) |
|
subroutine times::resume_timer |
( |
integer |
no_timer | ) |
|
subroutine times::start_timer |
( |
integer |
no_timer | ) |
|
subroutine times::start_timer |
( |
integer |
no_timer | ) |
|
subroutine times::stop_timer |
( |
integer |
no_timer | ) |
|
subroutine times::stop_timer |
( |
integer |
no_timer | ) |
|
subroutine times::suspend_timer |
( |
integer |
no_timer | ) |
|
subroutine times::suspend_timer |
( |
integer |
no_timer | ) |
|
Member Data Documentation
logical save private times::alltimer_isactive = .false. |
|
private |
integer save private times::last_count = 0 |
|
private |
real save private times::last_cpucount = 0 |
|
private |
real, dimension(:), allocatable times::last_time |
real, dimension(:,:,:), allocatable times::timer_average |
real, dimension(:,:,:), allocatable times::timer_delta |
integer, dimension(:,:,:), allocatable times::timer_iteration |
real, dimension(:), allocatable times::timer_running |
integer, dimension(:), allocatable times::timer_state |
real, dimension(:,:,:), allocatable times::timer_table |
real, dimension(:,:,:), allocatable times::timer_table_sqr |
The documentation for this module was generated from the following files: