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
Here's an instruction to profile the program.
cargo install flamegraph sudo apt-get install linux-tools-5.3.0-62-generic echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid echo 0 | sudo tee /proc/sys/kernel/kptr_restrict cargo flamegraph
I will constantly report benchmark result here.
The text was updated successfully, but these errors were encountered:
Here's profile of
fn main() { remote_trait_object_tests::massive_no_export(100000) }
at f32350d flamegraph.zip
Sorry, something went wrong.
No branches or pull requests
Here's an instruction to profile the program.
I will constantly report benchmark result here.
The text was updated successfully, but these errors were encountered: