Skip to content
/ mproc Public

Measure process run time and peak memory usage

License

Notifications You must be signed in to change notification settings

BonnyAD9/mproc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mproc

Measure process run time and peak memory usage.

Some code was inspired by robotty/simple-process-stats

Support

  • Windows
  • Linux

MacOS is not supported because I have no way to test it.

Usage

Show help:

mproc

Run program (with arguments):

mproc [AppName] [Arguments]

Example

Run meme-cutter with arguments file, image.png and result.png.

 > mproc meme-cutter file image.png result.png
===============<< mproc results >>===============
Time: 5.3713ms

Memory: 3.836 MiB

Exit code: 0

Links