Mozilla's perf.html adaptations
Just a question, not a bug:
It says in the ReadMe:
Mozilla's perf.html visualization tool for Firefox profiles or Chrome's trace-viewer (chrome://tracing) UI could be trivially adapted to visualize the data produced by this profiling API.
Just wondering if anyone has forked perf.html and made those trivial adaptations? If yes, then please add a link in the ReadMe. If not, what needs changing in perf.html?
https://github.com/firefox-devtools/profiler https://github.com/julienw/perf.html
perf.html, aka the Firefox Profiler, can import external profile formats to its own format. Here are a few existing importers.
You may want to file an issue there, to discuss options&details with the team. (Disclaimer: I'm on the Firefox backend side myself, I don't know much more about this.)