LMDZ
timer_filtre Module Reference

Functions/Subroutines

subroutine, public init_timer
 
subroutine, public start_timer
 
subroutine, public stop_timer
 
subroutine, public print_filtre_timer
 

Variables

real time
 
real last_time
 

Function/Subroutine Documentation

subroutine, public timer_filtre::init_timer ( )

Definition at line 10 of file timer_filtre.F90.

Here is the caller graph for this function:

subroutine, public timer_filtre::print_filtre_timer ( )

Definition at line 30 of file timer_filtre.F90.

Here is the caller graph for this function:

subroutine, public timer_filtre::start_timer ( )

Definition at line 15 of file timer_filtre.F90.

Here is the caller graph for this function:

subroutine, public timer_filtre::stop_timer ( )

Definition at line 22 of file timer_filtre.F90.

Here is the caller graph for this function:

Variable Documentation

real timer_filtre::last_time

Definition at line 5 of file timer_filtre.F90.

real timer_filtre::time

Definition at line 4 of file timer_filtre.F90.