jonhoo / inferno

A Rust port of FlameGraph
Other
1.64k stars 117 forks source link

take period into account when collapsing stacks #319

Closed Orca-bit closed 1 month ago

Orca-bit commented 2 months ago

318

reference to brendangregg/FlameGraph#165 https://github.com/brendangregg/FlameGraph/pull/250

jonhoo commented 1 month ago

I took the liberty of updating this PR since it required a bunch of semi-related changes, including bumping our patch on top of flamegraph to account for https://github.com/brendangregg/FlameGraph/pull/231 not being merged.

jonhoo commented 1 month ago

Worth pointing out that bumping flamegraph here also required implementing https://github.com/brendangregg/FlameGraph/pull/147 (which was luckily pretty easy).

jonhoo commented 1 month ago

Released in 0.11.20 (#324) :tada: