dmit / timez

Windows command-line process timing utility.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:BSD Zero Clause License


Languages

Language:Zig 100.0%