Execution time of some functions does really matter meanwhile execution time of other functions has a very small impact to the application performance. You can hide those functions, so that they do not hinder you in your efforts to analyze the performance.
- On the menu bar, choose View | Options. The Options dialog box opens.
- Select the Folding node in the left tab.
- Select the Fold calls with a very small impact on tree expansion check box in the right pane.
- Click Save to apply changes.
Regardless of the default setting, you can collapse or expand a list of functions
that do not influence execution time right in views.
Several functions that do not influence execution time can be collapsed not to distract your
attention from the important ones. ???
To collapse a list of functions, click the icon.

To expand the list of functions, click the icon one more time.

As you can see, dotTrace Performance informs you how many functions are hidden and
displays total time that is the sum of time spent in each call stack.
Alternatively, you can choose View | Toggle Subtree Folding on the menu bar or press Ctrl+Space to fold or unfold calls with a small impact to the application performance.
Alternatively, click any function in the list, then choose View | Toggle Zero Folding on Subtree on the menu bar or press Ctrl+Space.
