SDL_GetPerformanceFrequency

Get the count per second of the high resolution counter.

extern (C) nothrow @nogc extern
ulong
SDL_GetPerformanceFrequency
()

Return Value

Type: ulong

A platform-specific count per second.

Threadsafety: It is safe to call this function from any thread.

See Also

Meta