Table of Contents
qtimer_create - allocate a qtimer
#include <qthread/qtimer.h>
qtimer_t
qtimer_create (void);
This function initializes a qtimer_t object
and prepares for taking high-resolution low-overhead timings (on supported
platforms).
Returns an initialized qtimer_t object.
qtimer_destroy(3)
,
qtimer_start(3)
, qtimer_stop(3)
, qtimer_secs(3)
Table of Contents