Skip to content

TheEvilRoot/time-utility-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time

Time is utility program that can be used to track execution time of some executable. Inspired by unix's time.

Usage

% time [-h] executable [-- [...executable args]]

Parameters

-h - use suffixes

When -h is specified, execution time will be displayed in user-friendly form (like 1.2s or 24.1m).

-n - open executable in another window

If -n is specified, time will open new console windows and start exeutable in it. In time's window will be displayed current exection time.

-- - executable arguments delimiter

All arguments after -- will be passed as executable command line arguments.

About

Utility to get execution time of some executable like unix's time but for windows.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages