Osiris Framework  0.3
OChronometer Class Reference

Class designed to measure time intervals. More...

#include <OsirisSDK/OChronometer.h>

Public Member Functions

 OChronometer ()
 Class constructor. More...
 
virtual ~OChronometer ()
 Class destructor.
 
void reset ()
 Reset chronometer.
 
int partial ()
 Interval since last partial call, in microseconds.
 
int totalElapsed () const
 Total elapsed time in microseconds.
 
OTimeIndex startTime () const
 Start time.
 
OTimeIndex lastPartialTime () const
 Last partial time.
 

Detailed Description

Class designed to measure time intervals.

Constructor & Destructor Documentation

OChronometer::OChronometer ( )

Class constructor.

Time starts being measured after the constructor is called.


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