|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::CSimpleClock Class ReferenceA simple clock to measure ticks.
More...
#include <hierarchical_timer.h>
List of all members.
Detailed Description
A simple clock to measure ticks.
-
Warning:
-
On intel platform, processor cycles are counted, on other platforms, CTime::getPerformanceTime is used instead.
-
See also:
-
CStopWatch
-
Author:
-
Nicolas Vizerie , Nevrax France
-
Date:
-
2002
Definition at line 114 of file hierarchical_timer.h.
Constructor & Destructor Documentation
NLMISC::CSimpleClock::CSimpleClock |
( |
|
) |
[inline] |
|
Member Function Documentation
uint64 NLMISC::CSimpleClock::getNumTicks |
( |
|
) |
const [inline] |
|
uint64 NLMISC::CSimpleClock::getStartStopNumTicks |
( |
|
) |
[inline, static] |
|
void NLMISC::CSimpleClock::init |
( |
|
) |
[static] |
|
void NLMISC::CSimpleClock::start |
( |
|
) |
[inline] |
|
void NLMISC::CSimpleClock::stop |
( |
void |
|
) |
[inline] |
|
Member Data Documentation
bool NLMISC::CSimpleClock::_InitDone = false [static, private]
|
|
uint64 NLMISC::CSimpleClock::_NumTicks [private]
|
|
uint64 NLMISC::CSimpleClock::_StartStopNumTicks = 0 [static, private]
|
|
uint64 NLMISC::CSimpleClock::_StartTick [private]
|
|
The documentation for this class was generated from the following files:
|
|