StopWatch Class Reference

#include <StopWatch.h>

List of all members.

Public Member Functions

 StopWatch ()
void start ()
void stop ()
void resume ()
double getElapsedTime ()

Protected Attributes

__int64 _frequency
__int64 _counter
bool _active
double _elapsedTime

Constructor & Destructor Documentation

StopWatch::StopWatch (  ) 

Member Function Documentation

double StopWatch::getElapsedTime (  ) 
void StopWatch::resume (  ) 
void StopWatch::start (  ) 
void StopWatch::stop (  ) 

Member Data Documentation

bool StopWatch::_active [protected]
__int64 StopWatch::_counter [protected]
double StopWatch::_elapsedTime [protected]
__int64 StopWatch::_frequency [protected]

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

Generated on Thu Jan 14 20:50:13 2010 for TerrainEditor by  doxygen 1.6.1