All Projects → tebjan → Timertool

tebjan / Timertool

Little tool to get and set the windows timer values

Projects that are alternatives of or similar to Timertool

Userpath
Cross-platform tool for adding locations to the user PATH, no elevated privileges required!
Stars: ✭ 103 (-21.97%)
Mutual labels:  system
React Timer Hook
React timer hook
Stars: ✭ 118 (-10.61%)
Mutual labels:  timer
Mbp Fedora
Stars: ✭ 129 (-2.27%)
Mutual labels:  system
Sysmon
A B/S mode system monitor for linux (demo http://199.247.1.240:2048)
Stars: ✭ 110 (-16.67%)
Mutual labels:  system
Nose Timer
A timer plugin for nosetests (how much time does every test take?)
Stars: ✭ 116 (-12.12%)
Mutual labels:  timer
Marinara
Pomodoro® time management assistant for Chrome
Stars: ✭ 1,806 (+1268.18%)
Mutual labels:  timer
Istatserverlinux
A system monitoring daemon that sends stats to Send stats to iStat View for iOS and iStat View for macOS.
Stars: ✭ 100 (-24.24%)
Mutual labels:  system
Archer
基于协程Swoole的Task组件,支持多种模式。轻松实现协程Task的队列、并发、Defer、计时器等 | Swoole coroutine task kit - Swoole Humanization Library
Stars: ✭ 132 (+0%)
Mutual labels:  timer
Pomodoro
Command line pomodoro timer
Stars: ✭ 116 (-12.12%)
Mutual labels:  timer
Asm
Assembly Tutorial for DOS
Stars: ✭ 125 (-5.3%)
Mutual labels:  system
U Root
A fully Go userland with Linux bootloaders! u-root can create a one-binary root file system (initramfs) containing a busybox-like set of tools written in Go.
Stars: ✭ 1,816 (+1275.76%)
Mutual labels:  system
Tomighty Windows
Tomighty for Windows
Stars: ✭ 116 (-12.12%)
Mutual labels:  timer
Livesplit Core
livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.
Stars: ✭ 124 (-6.06%)
Mutual labels:  timer
Xattr
Extended attribute support for Go (linux + darwin + freebsd)
Stars: ✭ 107 (-18.94%)
Mutual labels:  system
Delta5 race timer
Multi-node video transmitter race timer for drone racing
Stars: ✭ 129 (-2.27%)
Mutual labels:  timer
Repeat
🕦 Modern Timer in Swift, Debouncer and Throttler (alternative to NSTimer) made with GCD
Stars: ✭ 1,384 (+948.48%)
Mutual labels:  timer
Uicircularprogressring
A circular progress bar for iOS written in Swift
Stars: ✭ 1,658 (+1156.06%)
Mutual labels:  timer
Envy
😠 Environmentally friendly environment variables
Stars: ✭ 132 (+0%)
Mutual labels:  system
Lineartimer
A custom view for circular progress animation on Android.
Stars: ✭ 129 (-2.27%)
Mutual labels:  timer
Dialog corpus
用于训练中英文对话系统的语料库 Datasets for Training Chatbot System
Stars: ✭ 1,662 (+1159.09%)
Mutual labels:  system

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].