Monado OpenXR Runtime
Typedefs
u_time.h File Reference

Time-keeping: a clock that is steady, convertible to system time, and ideally high-resolution. More...

#include <stdint.h>
#include <time.h>
Include dependency graph for u_time.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int64_t timepoint_ns
 Integer timestamp type. More...
 
typedef int64_t time_duration_ns
 Integer duration type in nanoseconds. More...
 

Detailed Description

Time-keeping: a clock that is steady, convertible to system time, and ideally high-resolution.

Designed to suit the needs of OpenXR: you can and should use something simpler (like Portable Timekeeping) for most purposes that aren't in OpenXR interface code.

Author
Ryan Pavlik ryan..nosp@m.pavl.nosp@m.ik@co.nosp@m.llab.nosp@m.ora.c.nosp@m.om
See also
time_state