Skip to content
New issue

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

Add runtime benchmark cachegrind diff #1695

Merged
merged 7 commits into from
Aug 11, 2023

Conversation

Kobzol
Copy link
Contributor

@Kobzol Kobzol commented Aug 10, 2023

This PR adds the ability to compare two Cachegrind profiles of a runtime benchmark using cg_diff. It also refactors similar functionality for compile time benchmarks, to allow reusing the implementation and remove some unneeded temporary files. The need to have an external rustfilt binary installed was also removed, demangling is now performed using the rustc-demangle crate.

Copy link
Contributor

@nnethercote nnethercote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Kobzol Kobzol merged commit 9459ec2 into rust-lang:master Aug 11, 2023
9 checks passed
@Kobzol Kobzol deleted the runtime-cachegrind-diff branch August 11, 2023 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants