Main /
Win32ProfileLibraryCategories: WIN rds-hosted Win32 Profile library 8K Author: CChris Date: Aug 6 2007 $1.00 http://www.rapideuphoria.com/hirestime.zip High resolution timer for Win32 platform. You can HRT_start() and HRT_stop() a stopwatch (any number of them actually) for a section of code that's run a lot of times. There's a HRT_time() that's more accurate than time(), and HRT_results() lets you see the profile's results. Aug 6: v1.2: added auto reset threshholds for any/all sections. Added HRT_safe() to disable a check done on stopping a section, for even more accurate results. |