Skip to content

Very long analysis due to slow addr2line calls #294

Closed as not planned
Closed as not planned
@Mingun

Description

@Mingun

I try to use flamegraph to profile quick-xml benchmarks. I've run the following command in the quick-xml checkout:

cargo flamegraph --bench macrobenches -- --bench

perf collected over 8GB of raw data and analysis going more than a hour already. flamegraph runs perf script which runs addr2line 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 process perf data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions