|
C++ common classes
General purpose classes for use across projects (Apache license)
|
| Clear() | CProfileTimer | [static] |
| CProfileTimer() | CProfileTimer | |
| GetDifference(ElapsedTime &cElapsed, struct timeval *sT1, struct timeval *sT2) | CProfileTimer | [protected, static] |
| GetElapsed(ElapsedTime &cElapsed, const char *pLabel1, const char *pLabel2, bool bMarkLabel2=false) | CProfileTimer | [static] |
| GetElapsedMS(const char *pLabel1, const char *pLabel2, bool bMarkLabel2=false) | CProfileTimer | [static] |
| GetElapsedNow(ElapsedTime &cElapsed, const char *pLabel1) | CProfileTimer | [static] |
| GetElapsedTime(ElapsedTime &cElapsed, bool bReset=true) | CProfileTimer | |
| GetLabelTimestamp(const char *pLabel) | CProfileTimer | [protected, static] |
| PrintElapsed(const char *pLabel1, const char *pLabel2, bool bMarkLabel2=false, const char *pTag=NULL) | CProfileTimer | [static] |
| sEnd | CProfileTimer | [protected] |
| SetTimestamp(const char *pLabel) | CProfileTimer | [static] |
| sStart | CProfileTimer | [protected] |
| Start() | CProfileTimer | |
| ~CProfileTimer() | CProfileTimer | [virtual] |