Skip to content
chrisd1100 edited this page Aug 25, 2022 · 2 revisions

High precision time stamps. Sleep.

Functions

Name Brief
MTY_GetTime Get a high precision time stamp.
MTY_TimeDiff Get the difference between two MTY_Time stamps in milliseconds.
MTY_Sleep Suspend the current thread.
MTY_PreciseSleep Suspend the current thread with high precision.
MTY_SetTimerResolution Set the sleep precision of all waitable objects.
MTY_RevertTimerResolution Revert the precision set via MTY_SetTimerResolution.

Basic Typedefs

Name Type
MTY_Time int64_t
Clone this wiki locally