The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

a/util: Add constant for nanoseconds in a microsecond

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2610>

+7
+7
src/xrt/auxiliary/util/u_time.h
··· 53 53 */ 54 54 #define U_TIME_1MS_IN_NS (1000 * 1000) 55 55 56 + /* 57 + * The number of nanoseconds in a microsecond. 58 + 59 + * @see timepoint_ns 60 + */ 61 + #define U_TIME_1US_IN_NS 1000 62 + 56 63 /*! 57 64 * The number of nanoseconds in half a millisecond. 58 65 *