Open nsajko opened 6 months ago
When I do @profview f(), I get a nice visualization in a newly-opened Chromium window.
@profview f()
How to get the visualization in Firefox instead of in Chromium?
How to export the visualization into some path on the file system?
ProfileCanvas.html_file(filename)
run(`firefox $filename`)
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?