flamebearer icon indicating copy to clipboard operation
flamebearer copied to clipboard

Add support for other (non-V8) trace formats

Open mourner opened this issue 7 years ago • 2 comments

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 folded on Linux v4.5+)
  • [ ] cpuprofile format used by Chrome Dev Tools?

cc @springmeyer

mourner avatar Apr 02 '18 15:04 mourner

I'll suggest to support the output of Chrome Dev Tools JavaScript Profiling.

rebornix avatar Apr 03 '18 16:04 rebornix

@rebornix good idea, added to the list. Code for parsing it (for reference): https://github.com/bengl/cpuprofile2stackcollapse/blob/master/index.js

mourner avatar Apr 03 '18 16:04 mourner