SimpleTimer object. More...

Public Member Functions

 SimpleTimer ()
 Construct the timer. More...
 
int tac ()
 return microsecond elapsed from last tic() call More...
 
int tic ()
 return microsecond elapsed from last tic() call More...
 

Detailed Description

SimpleTimer object.

Motivation
It is a simple timer for performance checks
Description
SimpleTimer counts microseconds elapsed since the last tic() calls
Warnings

Definition at line 60 of file simpletimer.h.

Constructor & Destructor Documentation

SimpleTimer ( )
inline

Construct the timer.

Definition at line 63 of file simpletimer.h.

Member Function Documentation

int tac ( )
inline

return microsecond elapsed from last tic() call

Definition at line 74 of file simpletimer.h.

int tic ( )
inline

return microsecond elapsed from last tic() call

Definition at line 88 of file simpletimer.h.


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