#include <StopWatch.h>
|
| void | cont () |
| |
| | CStopWatch () |
| |
| | CStopWatch (util_TimeMeasurementType iTimeType) |
| |
| | CStopWatch (const CStopWatch &) |
| |
| void | date (char *acDate) const |
| |
| double | executionTime () |
| |
| CStopWatch & | operator= (const CStopWatch &) |
| |
| double | realTime () |
| |
| double | realTimeResolution () |
| |
| void | start () |
| |
| void | stop () |
| |
| void | testOverflow () |
| |
| util_TimeMeasurementType | timeType () const |
| |
| void | timeType (const util_TimeMeasurementType &riTimeType) |
| |
| void | wait (unsigned int uiTime) |
| |
| void | weekday (char *acWeekday) const |
| |
| | CMessage (void) |
| |
| | CMessage (const char *pcClassName, int iDebugLevel=0, bool bDebug=true, bool bDebugFile=false) |
| |
| | CMessage (const CMessage &clMessage) |
| |
| void | debug (const int iDebugLevel, const char *pcDebugMessage,...) const |
| |
| void | error (const int iErrorCode, const char *pcErrorMessage,...) const |
| |
| void | error (const char *pcErrorMessage,...) const |
| |
| int | getDebugLevel () const |
| |
| int | initMessage (const char *pcClassName, int iDebuglevel=0, bool bDebug=true, bool bDebugFile=false) |
| |
| void | logging (const char *pcLoggingMessage,...) |
| |
| CMessage & | operator= (const CMessage &clMessage) |
| |
| void | setDebug (bool bFlag) |
| |
| void | setDebugFile (bool bFlag) |
| |
| void | setDebugLevel (int iLevel) |
| |
| void | setInitTime (void) |
| |
| void | warning (const char *pcWarningMessage,...) const |
| |
| virtual | ~CMessage (void) |
| |
Definition at line 40 of file StopWatch.h.
| CStopWatch::CStopWatch |
( |
| ) |
|
| void CStopWatch::cont |
( |
| ) |
|
| void CStopWatch::date |
( |
char * |
acDate | ) |
const |
| double CStopWatch::executionTime |
( |
| ) |
|
| double CStopWatch::realTime |
( |
| ) |
|
| double CStopWatch::realTimeResolution |
( |
| ) |
|
| void CStopWatch::start |
( |
| ) |
|
| void CStopWatch::stop |
( |
| ) |
|
| void CStopWatch::testOverflow |
( |
| ) |
|
| void CStopWatch::wait |
( |
unsigned int |
uiTime | ) |
|
| void CStopWatch::weekday |
( |
char * |
acWeekday | ) |
const |
| timeval CStopWatch::m_ActualTime |
|
protected |
| bool CStopWatch::m_bStartFlag |
|
protected |
| bool CStopWatch::m_bStopFlag |
|
protected |
| timeval CStopWatch::m_FirstTime |
|
protected |
| double CStopWatch::m_fOverflowTime |
|
protected |
| long CStopWatch::m_iFirst |
|
protected |
| timeval CStopWatch::m_LastTime |
|
protected |
| timeval CStopWatch::m_TempTime |
|
protected |
The documentation for this class was generated from the following files: