timer.h File Reference

updated Sun Mar 17 2024 by Robert van Engelen
 
Namespaces | Typedefs | Functions
timer.h File Reference

Measure elapsed wall-clock time in milliseconds. More...

#include <cstddef>
#include <sys/time.h>
Include dependency graph for timer.h:

Namespaces

 reflex
 

Typedefs

typedef timeval reflex::timer_type
 

Functions

void reflex::timer_start (timer_type &t)
 Start timer. More...
 
float reflex::timer_elapsed (timer_type &t)
 Return elapsed time in milliseconds (ms) with microsecond precision since the last call up to 1 minute (wraps if elapsed time exceeds 1 minute!) More...
 

Detailed Description

Measure elapsed wall-clock time in milliseconds.

Author
Robert van Engelen - engel.nosp@m.en@g.nosp@m.enivi.nosp@m.a.co.nosp@m.m