mod_clock Module Reference
Data Types | |
type | watch |
interface | watch_lap |
Functions/Subroutines | |
subroutine | watch_init (MYWATCH) |
real(dp) function | watch_time (MYWATCH) |
subroutine | watch_reset (MYWATCH) |
subroutine | watch_lap_noprint (MYWATCH) |
subroutine | watch_start_lap (MYWATCH) |
subroutine | watch_stop_lap (MYWATCH) |
subroutine | watch_report (MYWATCH, UNIT, MSG) |
subroutine | watch_lap_print (MYWATCH, UNIT, MSG) |
subroutine | gettime (INSTRING, INSECS) |
subroutine | get_timestamp (TS) |
subroutine | report_time (IINT, ISTART, IEND, STIME) |
Variables | |
type(watch) | report_watch |
Function/Subroutine Documentation
subroutine mod_clock::get_timestamp | ( | character(len=*) | TS | ) |
Here is the caller graph for this function:

subroutine mod_clock::gettime | ( | character(len=13), intent(inout) | INSTRING, |
integer, intent(in) | INSECS | ||
) |
Here is the caller graph for this function:

subroutine mod_clock::report_time | ( | integer(itime), intent(in) | IINT, |
integer(itime), intent(in) | ISTART, | ||
integer(itime), intent(in) | IEND, | ||
type(time), intent(in) | STIME | ||
) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_clock::watch_init | ( | type(watch) | MYWATCH | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_clock::watch_lap_noprint | ( | type(watch) | MYWATCH | ) |
Here is the caller graph for this function:

subroutine mod_clock::watch_lap_print | ( | type(watch) | MYWATCH, |
integer, intent(in) | UNIT, | ||
character(len=*), intent(in) | MSG | ||
) |
Here is the call graph for this function:

subroutine mod_clock::watch_report | ( | type(watch) | MYWATCH, |
integer, intent(in) | UNIT, | ||
character(len=*), intent(in) | MSG | ||
) |
Here is the caller graph for this function:

subroutine mod_clock::watch_reset | ( | type(watch) | MYWATCH | ) |
subroutine mod_clock::watch_start_lap | ( | type(watch) | MYWATCH | ) |
Here is the caller graph for this function:

subroutine mod_clock::watch_stop_lap | ( | type(watch) | MYWATCH | ) |
Here is the caller graph for this function:

real(dp) function mod_clock::watch_time | ( | type(watch) | MYWATCH | ) |
Variable Documentation
type(watch) mod_clock::report_watch |