-
Notifications
You must be signed in to change notification settings - Fork 151
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
Very long analysis due to slow addr2line calls #294
Comments
Ah, ok, yes, this indeed a duplicate of those issues -- I'm on Ubuntu 22.04 with kernel 5.15 where perf performance is not fixed yet. |
I am on binutils 2.43 and kernel 6.11 (current Debian testing), and I am still hitting this -- it's now already been around 10 minutes since perf finished (the actual program run took 3s and gathered 3k samples, which should be a trivial amount of data), and it's still spawning thousands and thousands of addr2line processes. Is there some new problem here? |
Interesting, when I finally killed
No idea if that could have something to do with the performance problem. |
Turns out using gimli's |
I try to use flamegraph to profile quick-xml benchmarks. I've run the following command in the quick-xml checkout:
perf
collected over 8GB of raw data and analysis going more than a hour already. flamegraph runsperf script
which runsaddr2line
many times, about 2-3 invocations per second. It seems to me that such a simple task consumes absurd time to complete. Probably it is better to find more performant solutions to processperf
data.The text was updated successfully, but these errors were encountered: