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

operations_research::WallTimer Class Reference

#include <timer.h>

List of all members.

Public Member Functions

 WallTimer ()
 namespace
void Start ()
void Stop ()
bool Reset ()
void Restart ()
bool IsRunning () const
int64 GetInMs () const
double Get () const

Static Public Member Functions

static int64 GetTimeInMicroSeconds ()


Detailed Description

Definition at line 21 of file timer.h.


Constructor & Destructor Documentation

operations_research::WallTimer::WallTimer (  ) 

namespace

Definition at line 39 of file timer.cc.


Member Function Documentation

void operations_research::WallTimer::Start (  ) 

Definition at line 42 of file timer.cc.

void operations_research::WallTimer::Stop (  ) 

Definition at line 53 of file timer.cc.

bool operations_research::WallTimer::Reset (  ) 

Definition at line 66 of file timer.cc.

void operations_research::WallTimer::Restart (  ) 

Definition at line 73 of file timer.cc.

bool operations_research::WallTimer::IsRunning (  )  const

Definition at line 78 of file timer.cc.

int64 operations_research::WallTimer::GetInMs (  )  const

Definition at line 82 of file timer.cc.

double operations_research::WallTimer::Get (  )  const

Definition at line 130 of file timer.cc.

int64 operations_research::WallTimer::GetTimeInMicroSeconds (  )  [static]

Definition at line 101 of file timer.cc.


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