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
In some cases I'd like to investigate the profiling information after the benchmark, maybe with snakeviz.
I suggest adding --benchmark-cprofile-save=FILE that will save the cProfile information (pstats) to FILE.
--benchmark-cprofile-save=FILE
FILE
If this flag is specific, it implies that ---benchmark-cprofile is set as well. Maybe with cumtime if not explictly specified.
---benchmark-cprofile
cumtime
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In some cases I'd like to investigate the profiling information after the benchmark, maybe with snakeviz.
I suggest adding
--benchmark-cprofile-save=FILE
that will save the cProfile information (pstats) toFILE
.If this flag is specific, it implies that
---benchmark-cprofile
is set as well. Maybe withcumtime
if not explictly specified.The text was updated successfully, but these errors were encountered: