Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.03 KB

TimerTool

Screenshot

Little tool to get and set the windows system timer values. It uses the following WinAPI methods to retrieve and set the values:

NtQueryTimerResolution
NtSetTimerResolution
TimeBeginPeriod
TimeEndPeriod

It can also set 0.5 ms as timer resolution.

Verison 3 minimizes to system tray and can be started with command line arguments "-t peroidVal" and "-minimized". e.g. put a .bat file into your autostart with the following code:

C:\PathToTool\TimerTool.exe -t 0.5 -minimized

Or if you want to run it automatically at startup and hide the cmd after execution, update the bat file from above and replace with:

start "" "C:\PathToTool\TimerTool.exe" -t 0.5 -minimized
exit

Download the compiled program here: http://vvvv.org/contribution/windows-system-timer-tool

If you find this useful, please donate some dev bucks on PayPal, thanks!