We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref: https://en.wikipedia.org/wiki/Perf_%28Linux%29 ref: #12
The text was updated successfully, but these errors were encountered:
Feel free to re-open.
I will use:
scheme-live-benchmark () { FORMAT="command:%C\nwall-clock-time:%es\nmemory-average:%Kkb\ncpu:%P" /usr/bin/time -f $FORMAT $@ }
That gives the following output:
% scheme-live benchmark scheme-live chibi run local/bin/hello-schemer Hello schemer! command:scheme-live chibi run local/bin/hello-schemer wall-clock-time:0.30s memory-average:0kb cpu:103%
Sorry, something went wrong.
No branches or pull requests
ref: https://en.wikipedia.org/wiki/Perf_%28Linux%29
ref: #12
The text was updated successfully, but these errors were encountered: