Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2.31 KB

customizing-performance-tools-report-views.md

File metadata and controls

32 lines (28 loc) · 2.31 KB
title ms.date ms.topic helpviewer_keywords ms.assetid author ms.author manager monikerRange ms.workload
Customizing Performance Tools Report Views | Microsoft Docs
11/04/2016
conceptual
profiling tools, customizing report views
reports, customizing profiling report views
5224ac52-0fc2-4269-8eb2-ead7fda3afd4
mikejo5000
mikejo
jillfra
vs-2017
multiple

Customize performance tools report views

This section covers how to customize reports that are generated with [!INCLUDEvsprvs] 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

Related sections

See also