SDL_GetPerformanceFrequency - Man Page

Get the count per second of the high resolution counter.

Synopsis

#include <SDL3/SDL_timer.h>

Uint64 SDL_GetPerformanceFrequency(void);

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

SDL_GetPerformanceCounter(3)

Referenced By

SDL_GetPerformanceCounter(3).

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS