JuliaPerf / PProf.jl

Export Julia profiles to the pprof format
MIT License
155 stars 18 forks source link

Always add a Type label, even when `frame_for_type=true`, so `Hiding` frames in the web UI doesn't hide the type :) #51

Closed NHDaly closed 2 years ago

NHDaly commented 2 years ago

This way, if you hide some frames, you still get to see the types move up as the frames are hidden.

Here's what it looks like now:

Before:

Screen Shot 2022-01-27 at 4 41 34 PM

After hiding some frames up to the Array constructor:

Screen Shot 2022-01-27 at 4 42 03 PM