#Hiding specific calls in CPU profiler

1 messages · Page 1 of 1 (latest)

nova mason
#

I have often found myself wanting to filter out certain calls when profiling scripts, specifically in the Hierarchy view.

This could be similar to the new [HideInCallStack] attribute, which is very useful when dealing with logging or event libraries that can have many uninteresting call stacks, which you need to tediously expand individually when using Deep Profiling.

It can be more than just tedious, since you can eventually run out of horizontal screen space if you expand deep enough into the hierarchy.