diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/api.texi b/doc/api.texi index ed79da5..3c4e645 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -44,6 +44,14 @@ Return the number of milliseconds since the SDL library was initialized. @end deffn +@deffn {Procedure} sdl-performance-counter +Return the current value of the high resolution counter. +@end deffn + +@deffn {Procedure} sdl-performance-frequency +Return the count per second of the high resolution counter. +@end deffn + @node Window Management @section Window Management |