Function SDL_GetPerformanceFrequency

pub unsafe extern "C" fn SDL_GetPerformanceFrequency() -> u64
Available on crate feature dep_sdl3 only.
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