operations_research::CycleTimer Class Reference
This class of timer is very precise and potentially more expensive than the
WallTimer class.
More...
#include <timer.h>
List of all members.
Detailed Description
This class of timer is very precise and potentially more expensive than the
WallTimer class.
Definition at line 44 of file timer.h.
Constructor & Destructor Documentation
operations_research::CycleTimer::CycleTimer |
( |
|
) |
|
Member Function Documentation
void operations_research::CycleTimer::Reset |
( |
|
) |
|
void operations_research::CycleTimer::Start |
( |
|
) |
|
void operations_research::CycleTimer::Stop |
( |
|
) |
|
int64 operations_research::CycleTimer::GetInUsec |
( |
|
) |
const |
int64 operations_research::CycleTimer::GetInMs |
( |
|
) |
const |
The documentation for this class was generated from the following files: