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
There are tags for "nv/cold/time/gpu/stdev/relative" and "nv/cold/time/gpu/mean", but is there a way to record all iterations in the json output?
"nv/cold/time/gpu/stdev/relative"
"nv/cold/time/gpu/mean"
This is an option to record all data in pytest-benchmark.
The text was updated successfully, but these errors were encountered:
The --jsonbin output writes out binary files will all measurement data.
--jsonbin
This needs better documentation (filed #122 to track), but we do have an example script that shows how to parse these outputs: https://github.com/NVIDIA/nvbench/blob/main/scripts/nvbench_histogram.py
Sorry, something went wrong.
No branches or pull requests
There are tags for
"nv/cold/time/gpu/stdev/relative"
and"nv/cold/time/gpu/mean"
, but is there a way to record all iterations in the json output?This is an option to record all data in pytest-benchmark.
The text was updated successfully, but these errors were encountered: