My Project
|
Go to the source code of this file.
Data Types | |
type | mod_clock::watch |
interface | mod_clock::watch_lap |
Modules | |
module | mod_clock |
Functions/Subroutines | |
subroutine | mod_clock::watch_init (MYWATCH) |
real(dp) function | mod_clock::watch_time (MYWATCH) |
subroutine | mod_clock::watch_reset (MYWATCH) |
subroutine | mod_clock::watch_lap_noprint (MYWATCH) |
subroutine | mod_clock::watch_start_lap (MYWATCH) |
subroutine | mod_clock::watch_stop_lap (MYWATCH) |
subroutine | mod_clock::watch_report (MYWATCH, UNIT, MSG) |
subroutine | mod_clock::watch_lap_print (MYWATCH, UNIT, MSG) |
subroutine | mod_clock::gettime (INSTRING, INSECS) |
subroutine | mod_clock::get_timestamp (TS) |
subroutine | mod_clock::report_time (IINT, ISTART, IEND, STIME) |
Variables | |
type(watch) | mod_clock::report_watch |