SF_TIMER
Description
SciFortran module for timers
Quick access
- Routines:
eta(),progress(),start_progress(),start_timer(),stop_progress(),stop_timer(),t_start(),t_stop()
Used modules
sf_mpi: SciFortran MPI interface
Subroutines and functions
- interface sf_timer/start_progress([title, unit])
- Options:
title [character(len=*)]
unit [integer]
- interface sf_timer/stop_progress([msg])
- Options:
msg [character(len=*)]
- function sf_timer/t_start()
- Result:
pr_t [real]
- function sf_timer/t_stop()
- Result:
pr_t [real]
- subroutine sf_timer/start_timer([title, unit])
- Options:
title [character(len=*)]
unit [integer]
- subroutine sf_timer/stop_timer([msg])
- Options:
msg [character(len=*)]
- subroutine sf_timer/eta(i, l[, step, method])
- Parameters:
i [integer]
l [integer]
- Options:
step [integer]
method [character(len=*)] – s=system_clock(wall_time),c=cpu_time,d=date_and_time
- subroutine sf_timer/progress(i, imax[, method])
- Parameters:
i [integer]
imax [integer]
- Options:
method [character(len=*)] – s=system_clock(wall_time),c=cpu_time,d=date_and_time