rust-lang / measureme

Support crate for rustc's self-profiling feature
Apache License 2.0
335 stars 48 forks source link

Better handling of multiple profiles #212

Open bjorn3 opened 10 months ago

bjorn3 commented 10 months ago

Only crox can currently handle multiple profiles at once. It would be nice to be able to aggregate multiple profiles into a single summary or flamegraph or to be able to take the difference between the aggregated profiles of all rustc invocations for two separate cargo invocations.