js-self-profiling icon indicating copy to clipboard operation
js-self-profiling copied to clipboard

Mozilla's perf.html adaptations

Open perqa opened this issue 3 years ago • 1 comments

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

perqa avatar May 06 '22 12:05 perqa

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.)

squelart avatar May 06 '22 23:05 squelart