-
Notifications
You must be signed in to change notification settings - Fork 56
Time
chrisd1100 edited this page Aug 25, 2022
·
2 revisions
High precision time stamps. Sleep.
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 . |
Name | Type |
---|---|
MTY_Time |
int64_t |