Analyze performance tools data

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

The performance reports of Visual Studio Profiling Tools enable you to view and analyze application performance problems. This section provides an overview of the performance reports and views that can be used to examine performance data.

Common tasks

Task Related Content
Use performance rules to quickly identify issues: Profiling Tools performance rules identify common issues and help you easily navigate to the source code that contains the issue. Detailed help topics can often suggest a solution. - Use performance rules to analyze data
Understand report view details: Profiling Tools report views provide aggregated performance data for the processes, threads, modules, and functions of a profiling run. The data that appears depends on the profiling method that was used to collect the data. - Performance report views
Configure, sort, and filter report views: You can specify and order the data columns to display in a report, sort the report rows, and filter the data to include only a time segment that you specify. - Customize performance tools report views

See also