WAVEWATCH III  beta 0.0.1
scrip_timers.f File Reference

Go to the source code of this file.

Modules

module  scrip_timers
 

Functions/Subroutines

subroutine scrip_timers::timer_check (timer)
 
subroutine scrip_timers::timer_clear (timer)
 
real(scrip_r4) function scrip_timers::timer_get (timer)
 
subroutine scrip_timers::timer_print (timer)
 
subroutine scrip_timers::timer_start (timer)
 
subroutine scrip_timers::timer_stop (timer)
 
subroutine scrip_timers::timers_init
 

Variables

integer(scrip_i4), parameter scrip_timers::max_timers = 99
 
integer(scrip_i4), save scrip_timers::cycles_max
 
integer(scrip_i4), dimension(max_timers), save scrip_timers::cycles1
 
integer(scrip_i4), dimension(max_timers), save scrip_timers::cycles2
 
real(scrip_r4), save scrip_timers::clock_rate
 
real(scrip_r4), dimension(max_timers), save scrip_timers::cputime
 
character(len=8), dimension(max_timers), save scrip_timers::status