A 'time'-like utility for Unix that measures peak memory usage
Stars
69
Forks
35
Watchers
69
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
11
commits
Fix bug in the way non-zero error codes are returned (return codes > 255 were being thrown)
267aa7eView on GitHubAdd fork/setsid to restrict child process tree into a single session so that we can count the vsize of the entire process tree (e.g. account for cases where our child is a bash script, which will likely spawn children)
70ee490View on GitHubRemove caveat now that we did away with the bash silliness
af544f1View on GitHubBe more explicit that we're passing on the environment
0f95f51View on GitHubAttempt to fix bash script to work non-interactively
188926aView on GitHub