pfitzseb / ProfileCanvas.jl

MIT License
88 stars 6 forks source link

Allow saving profile to specific html filename #17

Closed charleskawczynski closed 2 years ago

charleskawczynski commented 2 years ago

Right now, Base.display saves the html file to a temp name (file = string(tempname(), ".html")). It'd be really usefully if we expose a function to save the html file to a prescribed name, so that it can be saved and referenced as an artifact in CI services.