Skip to content

Command line utility to accurately measure process runtime

Notifications You must be signed in to change notification settings

0xrsp/EvenFiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EvenFiner

Work in progress.

Based on hyperfine but starts process directly bypassing the overhead of process creation and CONHOST.

Removes few ms from mean and significantly reduces stddev by using win32 CreateProcess instead of system() bypassing CONHOST and starting the timer after the process has been created.

See comparison

About

Command line utility to accurately measure process runtime

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published