SDL_GetPerformanceFrequency
Use this function to get the count per second of the high resolution counter.
Syntax
Uint64 SDL_GetPerformanceFrequency(void)
Return Value
Returns a platform-specific count per second.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
