Wtime is a lightweight and efficient command execution timer designed specifically for Windows.
It measures the exact runtime duration of any command or program you execute and provides a simple output with the elapsed time.
- Easy to use command-line utility for timing commands on Windows
- Precise measurement of execution time
- Lightweight and fast, with no external dependencies
- Can be integrated into scripts and automation workflows
- Download the latest release binary from the Releases page.
- Extract the executable
wtime.exeto any folder of your choice.
Open a Command Prompt or PowerShell window and run:
wtime <your_command_here>Example:
wtime ping google.com -n 5This will run the ping command 5 times and display how long it took to execute.
To run wtime from any location in the command prompt, add its folder to your system PATH environment variable:
-
Press Win + R, type
sysdm.cpl, and press Enter. -
In the System Properties window, go to the Advanced tab and click Environment Variables.
-
Under System variables, find and select the Path variable, then click Edit.
-
Click New and add the full path to the folder where you placed wtime.exe. For example:
C:\Tools\Wtime\-
Click OK on all dialogs to save changes.
-
Restart any open Command Prompt or PowerShell windows to apply the changes.
Now you can simply run:
wtime <command>from anywhere in your system.
wtime curl http://www.gstatic.com/generate_204 -ksILContributions are welcome! Please open issues or submit pull requests for improvements or bug fixes.