Wiki Page Content

Revision 1 as of 2011-03-31 16:23:34

Clear message

DRAFT

SDL_GetPerformanceCounter

Use this function to get the current value of the high resolution counter.

Syntax

Uint64 SDL_GetPerformanceCounter(void)

Return Value

Returns the counter value on success, or a negative error code 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