SF_TIMER
Description
SciFortran module for timers
Quick access
- Routines:
start_progress()
,stop_progress()
,start_timer()
,stop_timer()
,eta()
,progress()
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=*)]
- 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=*)]
- subroutine sf_timer/progress(i, imax[, method])
- Parameters:
i [integer]
imax [integer]
- Options:
method [character(len=*)]