This class is used to measure times in sequential and parallel versions.
More...
#include <Timer.h>
|
void | start () |
|
void | stop () |
|
void | reset () |
|
double | get_start () |
|
double | get_end () |
|
double | get_etime () |
|
double | get_etime_running () |
|
timer_state | get_state () |
|
void | activateTimer () |
|
void | deactivateTimer () |
|
bool | isActive () |
|
void | set_sync (bool sync) |
| Synchronize counter (across MPI processes)
|
|
This class is used to measure times in sequential and parallel versions.
- Author
- Christoph Niethammer
The documentation for this class was generated from the following files:
- src/utils/Timer.h
- src/utils/Timer.cpp