Evo C++ Library v0.5.1
Classes | Namespaces | Macros | Typedefs
timer.h File Reference

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...
 

Detailed Description

Evo Timer classes.

Macro Definition Documentation

◆ INCL_evo_timer_h

#define INCL_evo_timer_h