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:
![](namespacemod__clock_a2935f6c1e2152e4f34e1d5ef75c5f77f_icgraph.png)
subroutine mod_clock::gettime | ( | character(len=13), intent(inout) | INSTRING, |
integer, intent(in) | INSECS | ||
) |
Here is the caller graph for this function:
![](namespacemod__clock_aa6a7daad5439a79384d17d267912e177_icgraph.png)
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:
![](namespacemod__clock_a62cbc867eeb0be75cb81d12ff9ab3c93_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__clock_a62cbc867eeb0be75cb81d12ff9ab3c93_icgraph.png)
subroutine mod_clock::watch_init | ( | type(watch) | MYWATCH | ) |
Here is the call graph for this function:
![](namespacemod__clock_a61611dfbb8f9fb064af7c84c9738853e_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__clock_a61611dfbb8f9fb064af7c84c9738853e_icgraph.png)
subroutine mod_clock::watch_lap_noprint | ( | type(watch) | MYWATCH | ) |
Here is the caller graph for this function:
![](namespacemod__clock_a8518fd39178f8e760a945d40c43a9565_icgraph.png)
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:
![](namespacemod__clock_a1174632ddf880839142c2557ece1320e_cgraph.png)
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:
![](namespacemod__clock_a43cd1dff0e9599c59e0a166cc510a933_icgraph.png)
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:
![](namespacemod__clock_a341ac3fc826dd03989799fd9ec538204_icgraph.png)
subroutine mod_clock::watch_stop_lap | ( | type(watch) | MYWATCH | ) |
Here is the caller graph for this function:
![](namespacemod__clock_afa67cfc1d5a80138da6b3c62faed589f_icgraph.png)
real(dp) function mod_clock::watch_time | ( | type(watch) | MYWATCH | ) |
Variable Documentation
type(watch) mod_clock::report_watch |