Skip to content

Dj-Denis/TimerTool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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!

About

Little tool to get and set the windows timer values

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%