|
Pol
Revision:cb584c9
|
#include <timer.h>
Public Types | |
| typedef std::chrono::high_resolution_clock | Clock |
| typedef std::chrono::microseconds | time_mu |
Public Member Functions | |
| HighPerfTimer () | |
| time_mu | ellapsed () const |
Private Attributes | |
| Clock::time_point | _start |
| typedef std::chrono::high_resolution_clock Pol::Tools::HighPerfTimer::Clock |
| typedef std::chrono::microseconds Pol::Tools::HighPerfTimer::time_mu |
| HighPerfTimer::time_mu Pol::Tools::HighPerfTimer::ellapsed | ( | ) | const |
Definition at line 67 of file timer.cpp.
References _start.
Referenced by Pol::Clib::OFStreamWriter::flush(), and Pol::Clib::OFStreamWriter::~OFStreamWriter().
|
private |
Definition at line 61 of file timer.h.
Referenced by ellapsed().