|
⇤ ← Revision 1 as of 2011-03-31 16:29:33
Size: 729
Comment: create page - 3/29 e427bb6266a4 (3/25 6bd701987ba9)
|
Size: 743
Comment: update content - possible RV?
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| Returns the count per second ,,on success, or a negative error code on failure; call [[SDL_GetError]]() for more information,,. | Returns ^a platform-specific^ count per second on success, or ^a default value^ on failure,,; call [[SDL_GetError]]() for more information,,. |
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
