Customize performance tools report views

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

This section covers how to customize reports that are generated with Visual Studio Profiling Tools.

Common tasks

Task Related Content
Add, remove, and sort by columns in a report view: You can specify the columns that you want to display in table-based views, and you can specify the order in which the columns appear. You can also sort the rows of the report table by the column values. - How to: Customize report view columns
Eliminate small functions from the report: You can eliminate functions that are smaller than a specified threshold from reports. - How to: Configure noise reduction in report views
Filter the date in a report view: You can limit the data that appear in a report to a time segment of the profiling run. You can specify a time segment in the timeline graph of the Summary View, or you can specify the time segment in a query that you define in the report view filter. You can also filter the reports to show only functions that are defined in your code files. - Filter report views
- How to: Filter report views from the summary timeline
- How to: Filter profiling tools report views to display just my code
- Performance report view filter

See also