pfitzseb / ProfileCanvas.jl

MIT License
87 stars 6 forks source link

display multiple profiles simultaneously #21

Closed dpinol closed 1 year ago

dpinol commented 2 years ago

I'd like to keep the results of multiple profile executions to be able to compare them. Is it possible? It looks like everytime that I call @profview it closes the previous flamechart and only the last X/X one is available image I'm not even able to do it by opening 2 different vscode windows because vscode does not allow me to open a project twice :-(

thanks!

pfitzseb commented 1 year ago

You can navigate to other profile traces with these buttons image

or the Julia: Next/Previous Profile commands.