flamebearer
flamebearer copied to clipboard
Add support for other (non-V8) trace formats
In theory, it shouldn't be much of a trouble to add support for other trace formats. The common ones I've seen are:
- [ ] Perf traces (
perf report) - [ ] DTrace ticks
- [ ] FlameGraph folded traces (BCC, FlameGraph
stackcollapse) - [ ] Perf folded traces (
perf report -g foldedon Linux v4.5+) - [ ]
cpuprofileformat used by Chrome Dev Tools?
cc @springmeyer
I'll suggest to support the output of Chrome Dev Tools JavaScript Profiling.
@rebornix good idea, added to the list. Code for parsing it (for reference): https://github.com/bengl/cpuprofile2stackcollapse/blob/master/index.js