Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.24 KB

collecting-additional-performance-data.md

File metadata and controls

22 lines (19 loc) · 1.24 KB
title ms.date ms.topic author ms.author manager monikerRange ms.workload
Collecting Additional Performance Data | Microsoft Docs
11/04/2016
conceptual
mikejo5000
mikejo
jillfra
vs-2017
multiple

Collect additional performance data

In addition to the data that you collect by using a profiling method, Visual Studio 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. - Collect 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