Skip to content
/ timez Public

Windows command-line process timing utility.

License

Notifications You must be signed in to change notification settings

dmit/timez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timez

A simple Windows command-line utility to measure process running time (total elapsed, kernel, and user), as well as peak working set and number of page faults.

Usage

timez command [arguments...]

Build

zig build -Doptimize=ReleaseFast

The artifacts will be placed in zig-out/bin/.

Known issues

  • Kernel/user time is wrong for multi-threaded processes.

To-do

  • See if it's possible to get number of context switches without requiring admin rights.
  • Investigate why sometimes kernel/user times are zero for short-lived processes.

License

0BSD

About

Windows command-line process timing utility.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages