Monado OpenXR Runtime
|
Time-keeping: a clock that is steady, convertible to system time, and ideally high-resolution. More...
#include <stdint.h>
#include <time.h>
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... | |
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.