nvdv / vprof

Visual profiler for Python
BSD 2-Clause "Simplified" License
3.95k stars 154 forks source link

Allow excluding not significant calls from flame chart #32

Closed nvdv closed 8 years ago

nvdv commented 8 years ago

Sometimes flame chart might contain a lot of elements that do not take a lot of time, but make whole picture noisier. Excluding them would improve UX.