|
Evo C++ Library v0.5.1
|
Evo Timer classes. More...
#include "impl/systime.h"Go to the source code of this file.
Classes | |
| class | TimerStampCpu |
| Holds a CPU (process) timer-stamp, used as template argument with TimerT. More... | |
| class | TimerStampWall |
| Holds a real (wall clock) timer-stamp, used as template argument with TimerT. More... | |
| class | TimerT< T > |
| Timer that works like a stopwatch. More... | |
Namespaces | |
| evo | |
| Evo C++ Library namespace. | |
Macros | |
| #define | INCL_evo_timer_h |
Typedefs | |
| typedef TimerT< TimerStampWall > | Timer |
| Timer that works like a stopwatch and measures real (wall clock) time. More... | |
| typedef TimerT< TimerStampCpu > | TimerCpu |
| Timer that works like a stopwatch and measures CPU (process) time. More... | |
Evo Timer classes.
| #define INCL_evo_timer_h |
1.8.13