Allgemeine Klasse fuer einen hochaufloesenden Timer (Plattformabhaengig, siehe WIN32 Sections)
More...
#include <Timer.h>
List of all members.
Public Member Functions |
| | Timer () |
| | Konstruktor.
|
| virtual | ~Timer () |
| | Destruktor.
|
| void | start (void) |
| | start
|
| double | end (void) |
| | end
|
Private Attributes |
| unsigned long | m_freq |
| unsigned long | m_start |
| unsigned long | m_stop |
Detailed Description
Allgemeine Klasse fuer einen hochaufloesenden Timer (Plattformabhaengig, siehe WIN32 Sections)
Constructor & Destructor Documentation
| Timer::~Timer |
( |
| ) |
[virtual] |
Member Function Documentation
| double Timer::end |
( |
void |
| ) |
|
end
- Returns:
- Zeitdifferenz (end - start)
| void Timer::start |
( |
void |
| ) |
|
Member Data Documentation
The documentation for this class was generated from the following files:
- E:/project/engine3d/cplusplus/src/utils/Timer.h
- E:/project/engine3d/cplusplus/src/utils/Timer.cpp