|
MPI-SCATCI 2.0
An MPI version of SCATCI
|
Go to the source code of this file.
Data Types | |
| type | Timing_Module::time_data |
| type | Timing_Module::Timer |
Modules | |
| module | Timing_Module |
| Timing module. | |
Functions/Subroutines | |
| subroutine | Timing_Module::initialize (this) |
| Initialize timers. | |
| subroutine | Timing_Module::start_timer (this, name) |
| Start a new named timer. | |
| subroutine | Timing_Module::stop_timer (this, name) |
| Stop a named timer. | |
| integer function | Timing_Module::insert_time (this, name) |
| Insert a new named timer. | |
| subroutine | Timing_Module::report_timers (this) |
| Print a table of timers. | |
Variables | |
| integer, parameter | Timing_Module::timer_default_size = 1000 |
| integer, parameter | Timing_Module::name_len = 40 |
| type(timer), public | Timing_Module::master_timer |