Martin Spier
Martin Spier
There are 2 parts to this problem. The first, creating a generic format that can be used and create some examples and documentation. This is partially done, with the `nflxprofile`...
@gmarler I already have a script to convert perf outputs to `nflxprofile`. See https://gist.github.com/spiermar/195286aa29d2ebbe6ecde27c1fd7e8b7. The function takes a line iterator (`iter_lines`)
I can probably take care of `1` pretty quickly, with the perf example. `2` is required for `3`, so probably need to start there. If you're keen on helping, I...
[This](https://github.com/brendangregg/FlameGraph/blob/master/stackcollapse.pl) might help.
1) Yes, that's the main problem, you will need a different DTrace script. Counts only don't work for FlameScope because I need the timestamps to create the heatmap, or at...
@gmarler fields in the nflxprofile format?
Yes, plus documentation and examples for converters and code hooks.
@bahtiyarkaba missed the comment here. Sure, feel free to submit PRs to the heatmap plugin repo and I'll merge it there and make the changes here.
I believe this is a personal preference, but open to add it as an option. Open to PRs.
@brendangregg ^^