JunoLab / atom-ink

IDE toolkit for Atom
MIT License
228 stars 40 forks source link

Optimize canopy #160

Open pfitzseb opened 6 years ago

pfitzseb commented 6 years ago

Probably best to pre-render the flamechart to a svg and display that (see e.g. https://github.com/tkluck/StatProfilerHTML.jl). @profiler using Plots feels super janky to handle, but to be fair we're trying to update a couple of thousand dom nodes there.