Function SDL_GetPerformanceFrequency
Source pub unsafe extern "C" fn SDL_GetPerformanceFrequency() -> Uint64
Expand description
Get the count per second of the high resolution counter.
§Return value
Returns a platform-specific count per second.
§Thread safety
It is safe to call this function from any thread.
§Availability
This function is available since SDL 3.2.0.
§See also