Which profile visualizers show type instability

I cannot get ProfileView.jl to work on Wayland because of a shared library incompatibility. I will file a bug report as soon as I isolate the problem, but in the meantime I am looking for a replacement/alternative.

Which other profile visualizer shows type instability in the flamegraph? I like ProfileView.jl because it makes the relevant bars red. I tried PProf.jl but all bars are the same color.

1 Like

I think at least ProfileSVG and ProfileCanvas support the use of colors to indicate issues (dynamic dispatch & co)

1 Like

Thanks, I went with

in the end because it has a nice user interface. Still don’t know how (if?) I can show argument type information with it though.