ProfileCanvas.jl
ProfileCanvas.jl copied to clipboard
How to open in Firefox instead of in Chromium, or export into a user-provided file path?
When I do @profview f(), I get a nice visualization in a newly-opened Chromium window.
-
How to get the visualization in Firefox instead of in Chromium?
-
How to export the visualization into some path on the file system?
- Set your default browser to Firefox
- There's the semi-official
ProfileCanvas.html_file(filename)for that (you can also use this to open whatever browser you want afterwards:run(`firefox $filename`))