#include <StopWatch.h>
|
| void | cont () |
| |
| | CStopWatch () |
| |
| | CStopWatch (const CStopWatch &) |
| |
| | CStopWatch (util_TimeMeasurementType iTimeType) |
| |
| 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 (const char *pcClassName, int iDebugLevel=0, bool bDebug=true, bool bDebugFile=false) |
| |
| | CMessage (const CMessage &clMessage) |
| |
| | CMessage (void) |
| |
| void | debug (const int iDebugLevel, const char *pcDebugMessage,...) const |
| |
| void | error (const char *pcErrorMessage,...) const |
| |
| void | error (const int iErrorCode, 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() [1/3]
| CStopWatch::CStopWatch |
( |
| ) |
|
◆ CStopWatch() [2/3]
◆ CStopWatch() [3/3]
◆ cont()
| void CStopWatch::cont |
( |
| ) |
|
◆ date()
| void CStopWatch::date |
( |
char * |
acDate | ) |
const |
◆ executionTime()
| double CStopWatch::executionTime |
( |
| ) |
|
◆ operator=()
◆ realTime()
| double CStopWatch::realTime |
( |
| ) |
|
◆ realTimeResolution()
| double CStopWatch::realTimeResolution |
( |
| ) |
|
◆ start()
| void CStopWatch::start |
( |
| ) |
|
◆ stop()
| void CStopWatch::stop |
( |
| ) |
|
◆ testOverflow()
| void CStopWatch::testOverflow |
( |
| ) |
|
◆ timeType() [1/2]
◆ timeType() [2/2]
◆ wait()
| void CStopWatch::wait |
( |
unsigned int |
uiTime | ) |
|
◆ weekday()
| void CStopWatch::weekday |
( |
char * |
acWeekday | ) |
const |
◆ m_ActualTime
| timeval CStopWatch::m_ActualTime |
|
protected |
◆ m_bStartFlag
| bool CStopWatch::m_bStartFlag |
|
protected |
◆ m_bStopFlag
| bool CStopWatch::m_bStopFlag |
|
protected |
◆ m_FirstTime
| timeval CStopWatch::m_FirstTime |
|
protected |
◆ m_fOverflowTime
| double CStopWatch::m_fOverflowTime |
|
protected |
◆ m_iFirst
| long CStopWatch::m_iFirst |
|
protected |
◆ m_iLast
◆ m_iTimeType
◆ m_LastTime
| timeval CStopWatch::m_LastTime |
|
protected |
◆ m_TempTime
| timeval CStopWatch::m_TempTime |
|
protected |
The documentation for this class was generated from the following files: