#include "timer.h"
|
using | clock_t = std::chrono::high_resolution_clock |
|
using | millisecond_t = std::chrono::milliseconds |
|
using | second_t = std::chrono::duration< double, std::ratio< 1 > > |
|
Definition at line 15 of file timer.h.
◆ clock_t
◆ millisecond_t
◆ second_t
◆ Timer()
Constructor.
Definition at line 7 of file timer.cpp.
◆ elapsed()
double Timer::elapsed |
( |
| ) |
const |
Get elapsed time since instantiation/latest reset.
- Returns
- elapsed time since instantiation/latest reset
Definition at line 22 of file timer.cpp.
◆ reset()
Reset timer instance.
Definition at line 11 of file timer.cpp.
◆ timer
boost::mpi::timer Timer::timer |
|
private |
The documentation for this class was generated from the following files: