Security Scol plugin
Classes | Typedefs
hrtimer.h File Reference

Classes for timers. More...

#include "config.h"
#include <time.h>

Go to the source code of this file.

Classes

class  TimerBase
 Base class for timers. More...
 
class  ThreadUserTimer
 Measure CPU time spent executing instructions of this thread. More...
 
class  Timer
 High resolution timer. More...
 

Typedefs

typedef clock_t TimerWord
 TimerWord is a clock_t.
 

Detailed Description

Classes for timers.

Definition in file hrtimer.h.

Typedef Documentation

◆ TimerWord

typedef clock_t TimerWord

TimerWord is a clock_t.

Definition at line 22 of file hrtimer.h.