Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

tebjan/TimerTool

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
19 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

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!

About

Little tool to get and set the windows timer values

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.