Wiki Page Content

Revision 2 as of 2011-03-31 18:22:12

Clear message

DRAFT

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 on success, or a default value on failure; call [[SDL_GetError]]() for more information.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryTimer

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit