Go to the source code of this file.
|
| subroutine, public | prg_timer_mod::timer_prg_init () |
| | Initialize timers. More...
|
| |
| subroutine | prg_timer_mod::prg_timer_getid () |
| | Get timer id. More...
|
| |
| subroutine, public | prg_timer_mod::prg_timer_shutdown () |
| | Done with timers. More...
|
| |
| subroutine, public | prg_timer_mod::prg_timer_start (itimer, tag) |
| | Start Timing. More...
|
| |
| subroutine, public | prg_timer_mod::prg_timer_stop (itimer, verbose) |
| | Stop timing. More...
|
| |
| subroutine, public | prg_timer_mod::prg_timer_collect () |
| |
| subroutine, public | prg_timer_mod::prg_timer_results () |
| |
| real(8) function, public | prg_timer_mod::time2milliseconds () |
| |
| subroutine, public | prg_timer_mod::prg_print_date_and_time (tag) |
| |
| character(2) function, private | prg_timer_mod::int2char (ival) |
| |
|
| integer, parameter | prg_timer_mod::dp = kind(1.0d0) |
| |
| integer, public | prg_timer_mod::loop_timer |
| |
| integer, public | prg_timer_mod::sp2_timer |
| |
| integer, public | prg_timer_mod::genx_timer |
| |
| integer, public | prg_timer_mod::part_timer |
| |
| integer, public | prg_timer_mod::subgraph_timer |
| |
| integer, public | prg_timer_mod::deortho_timer |
| |
| integer, public | prg_timer_mod::ortho_timer |
| |
| integer, public | prg_timer_mod::zdiag_timer |
| |
| integer, public | prg_timer_mod::graphsp2_timer |
| |
| integer, public | prg_timer_mod::subind_timer |
| |
| integer, public | prg_timer_mod::subext_timer |
| |
| integer, public | prg_timer_mod::subsp2_timer |
| |
| integer, public | prg_timer_mod::suball_timer |
| |
| integer, public | prg_timer_mod::bmult_timer |
| |
| integer, public | prg_timer_mod::badd_timer |
| |
| integer, public | prg_timer_mod::dyn_timer |
| |
| integer, public | prg_timer_mod::mdloop_timer |
| |
| integer, public | prg_timer_mod::buildz_timer |
| |
| integer, public | prg_timer_mod::realcoul_timer |
| |
| integer, public | prg_timer_mod::recipcoul_timer |
| |
| integer, public | prg_timer_mod::pairpot_timer |
| |
| integer, public | prg_timer_mod::halfverlet_timer |
| |
| integer, public | prg_timer_mod::pos_timer |
| |
| integer, public | prg_timer_mod::nlist_timer |
| |
| integer | prg_timer_mod::tstart_clock |
| |
| integer | prg_timer_mod::tstop_clock |
| |
| integer | prg_timer_mod::tclock_rate |
| |
| integer | prg_timer_mod::tclock_max |
| |
| integer | prg_timer_mod::num_timers |
| |
| type(timer_status_t), dimension(:), allocatable | prg_timer_mod::ptimer |
| |