Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.51 KB

lines-view.md

File metadata and controls

43 lines (33 loc) · 1.51 KB
title ms.date ms.topic f1_keywords helpviewer_keywords ms.assetid author ms.author manager monikerRange ms.workload
Lines View | Microsoft Docs
11/04/2016
conceptual
vs.performance.view.lines
profiling tools reports, Line view
profiling tools, Line view
Lines view
71ec0781-6031-4e17-af09-f50226018437
mikejo5000
mikejo
jillfra
vs-2017
multiple

Lines View

The Lines view is available only for profiler data that was collected by using the sampling method. The view is not available for data that was collected by using instrumentation.

For sampling profile data, the Lines view identifies the statement in a function that was directly executing when the sample was collected. For .NET memory data, the Lines view identifies the statements that allocate memory.

In a source file, a statement can span more that one line in a source file, and a single line can include more than one statement.

A statement is identified by the following:

  • The source file that contains the function statement.

  • The function that contains the statement.

  • The source line at which the statement starts.

  • The character in the source line at which the statement starts.

  • The source line at which the statement ends.

  • The character in the source line at which the statement ends.

See also