LMDZ
|
Functions/Subroutines | |
subroutine | init_timer |
subroutine | start_timer (no_timer) |
subroutine | suspend_timer (no_timer) |
subroutine | resume_timer (no_timer) |
subroutine | stop_timer (no_timer) |
subroutine | allgather_timer |
subroutine | allgather_timer_average |
subroutine | inittime |
double precision function | difftime () |
real function | diffcputime () |
Variables | |
integer, save, private | last_count =0 |
real, save, private | last_cpucount =0 |
logical, save, private | alltimer_isactive =.false. |
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 |
subroutine times::allgather_timer_average | ( | ) |
real function times::diffcputime | ( | ) |
double precision function times::difftime | ( | ) |
subroutine times::init_timer | ( | ) |
subroutine times::inittime | ( | ) |
subroutine times::resume_timer | ( | integer | no_timer | ) |
subroutine times::start_timer | ( | integer | no_timer | ) |
subroutine times::stop_timer | ( | integer | no_timer | ) |
subroutine times::suspend_timer | ( | integer | no_timer | ) |
integer, dimension(:,:,:), allocatable times::timer_iteration |