Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ base/

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.

Public Member Functions

 CycleTimer ()
 CycleTimer.
void Reset ()
void Start ()
void Stop ()
int64 GetInUsec () const
int64 GetInMs () const


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 (  ) 

CycleTimer.

Definition at line 135 of file timer.cc.


Member Function Documentation

void operations_research::CycleTimer::Reset (  ) 

Definition at line 149 of file timer.cc.

void operations_research::CycleTimer::Start (  ) 

Definition at line 137 of file timer.cc.

void operations_research::CycleTimer::Stop (  ) 

Definition at line 143 of file timer.cc.

int64 operations_research::CycleTimer::GetInUsec (  )  const

Definition at line 154 of file timer.cc.

int64 operations_research::CycleTimer::GetInMs (  )  const

Definition at line 159 of file timer.cc.


The documentation for this class was generated from the following files: