nvdv / vprof

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

Cluttered Output #51

Closed shardool-freightwalla closed 8 years ago

shardool-freightwalla commented 8 years ago

screen shot 2016-06-02 at 7 34 20 pm image

Any reason why this may be happening ?

nvdv commented 8 years ago

Looks like rendering issue. It seems that stack is pretty large and most of function calls are not significant, but they take some height.

nvdv commented 8 years ago

It's related to #32.

nvdv commented 8 years ago

After mentioned commit all nodes which cumulative time is less than 0,5% of total run time won't be displayed and won't take any height. At some point cutoff parameter will be set from UI, but it'll be tracked under #32 .