Eidolon
|
This type is used with the TIMING and TIMINGBLOCK macros to time routine calls and code blocks, printing a time delta value to stdout. More...
#include <RenderTypes.h>
Public Member Functions | |
TimingObject (const std::string &label, bool doPrint=true) | |
~TimingObject () | |
void | stopTiming () |
bool | loopOnce () |
Public Attributes | |
clock_t | start |
clock_t | stop |
double | delta |
bool | doPrint |
bool | entered |
std::string | label |
This type is used with the TIMING and TIMINGBLOCK macros to time routine calls and code blocks, printing a time delta value to stdout.
|
inline |
|
inline |
|
inline |
|
inline |
double delta |
bool doPrint |
bool entered |
std::string label |
clock_t start |
clock_t stop |