inferno icon indicating copy to clipboard operation
inferno copied to clipboard

WIP: Split out the dtrace parser and collaps

Open Licenser opened this issue 5 years ago • 1 comments

I started to scatch out how a split out parse step as mentioned in #30 could look like.

The dtrace collapse is effectively generic so it's just 'collapse'.

Note 1:

For the start, I'll iron this out for DTrace and then port the result to perf.

Note 2: At this point, this comes at a performance penalty for the workflow of pure collapsing. However, the split has undergone no performance work at this point and we are not measuring the difference of full flamegraph creation that could now save a whole set of encoding and decoding stack traces.

Licenser avatar Mar 16 '19 15:03 Licenser

This will probably need some work to combine nicely with #128, but would be great to land!

jonhoo avatar Jul 23 '19 22:07 jonhoo