KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Set of timer database routines for KTH framework. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | mntr_tmr_reg (mid, pmid, modid, mname, mdscr, ifsum) |
Register new timer. More... | |
subroutine | mntr_tmr_is_name_reg (mid, mname) |
Check if timer name is registered and return its id. More... | |
logical function | mntr_tmr_is_id_reg (mid) |
Check if timer id is registered. This operation is performed locally. More... | |
subroutine | mntr_tmr_add (mid, icount, time) |
Check if timer id is registered. This operation is performed locally. More... | |
subroutine | mntr_tmr_summary_print () |
Print registered timers showing tree structure. More... | |
subroutine | mntr_tmr_get_olist (olist, ierr) |
Provide ordered list of registered timers for printing. More... | |