Hacker News new | ask | show | jobs
by borodi 1134 days ago
We used the chromium snapshot file format (https://learn.microsoft.com/en-us/microsoft-edge/devtools-gu...). If firefox uses the same format then it should work, but I haven't tested.
1 comments

Unfortunately it seems like they're different formats, Firefox just prints "Error: Invalid memory report(s): data version number missing or doesn't match" if I try to load a snapshot (whether from Chromium or from the Julia profiler).
It probably wouldn't be that much work to make an option for firefox compatible reports. Might be a fun first PR for someone.