From 5b965d180a1f536affd51ffc2b51d5e90fbc362d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 15 Dec 2020 17:39:01 -0500 Subject: Add SDL_GetPerformanceCounter and SDL_GetPerformanceFrequency bindings. --- doc/api.texi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3