pfitzseb / ProfileCanvas.jl

MIT License
88 stars 6 forks source link

Does not look like the example in Pluto #11

Closed ederag closed 2 years ago

ederag commented 2 years ago

The example given in the README does not yield the same output here (and seems much less useful): Screenshot_20220528_134841 with ProfileCanvas 0.1.1, Pluto v0.19.5 and julia v1.7.3 (and same with julia v1.6.5).

It work normally (real fine) from the REPL (it opens in a firefox tab).

ederag commented 2 years ago

Actually, scrolling down, the information is there, but squashed to the right: Screenshot_20220528_153026

While with ProfileSVG, the profiles starts with the eval (to the left): Screenshot_20220528_153121

pfitzseb commented 2 years ago

Not really an issue with this package. Either start Julia single-threaded or use Julia 1.8+ to enable the thread selector.

Also, you can of course just click on any trace element to zoom in (which is probably what I did for the screenshots in the readme).

ederag commented 2 years ago

"results in" gave me the impression that the screenshots in the README were expected "out of the box", and that something was wrong, perhaps due to a Pluto mismatch. With your explanations (now included in #12), it works fine indeed, thanks !