Instruction Pointers (IPs) View

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

The Instruction Pointers view enables you to see specific instructions that are executed during sampling profiling.

This view is not available during instrumentation profiling.

For sampling profile data, the IPs view identifies the instructions in a function that was directly executing when the sample was collected.

For .NET memory data, the Lines view identifies the instructions that allocate memory.

See Also

Instruction Pointers (IPs) View
Instruction Pointers (IPs) View - Sampling
Instruction Pointers (IPs) View