Collecting Additional Performance Data
Note
This article applies to Visual Studio 2015. 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
In addition to the data that you collect by using a profiling method, Visual Studio Premium Profiling Tools enable you to record and view additional data.
Common Tasks
Task | Related content |
---|---|
Collect performance data for ADO.NET calls in your application. Add data about the synchronous calls that your application makes to databases. | - Collecting tier interaction data |
Collect Windows performance counter data. Add system performance counters as profiling marks to your profiling data. Marks can be used to filter reports. | - How to: Collect Windows Counter Data |
Collect Event Tracing for Windows data. Collect Event Tracing for Windows (ETW) data to record application and system events in addition to your profiling data. | - How to: Collect Event Tracing for Windows (ETW) Data |