Srinivas
Srinivas

Reputation: 2539

Visual Studio Profiler: Memory Allocation View for Cloud Service

I am using Azure SDK 2.4, Visual Studio 2013 to develop and deploy Worker Role to Azure Cloud Service.
To understand Memory Allocations for Worker Role, I am using Visual Studio Profiler.
Configured below mentioned settings on Publish Wizard at the time of deployment:

Build : Debug
Enabled Profiling
Selected .NET Memory Allocation (Sampling) as method of profiling

Build : Debug

Enabled Profiling

.NET Memory Allocation

But in the downloaded report, I dont see Memory Allocation View.
Am I missing anything?

Upvotes: 0

Views: 291

Answers (1)

Nizar Qamar
Nizar Qamar

Reputation: 151

You need to click "Show All Code" on the profiling report.

enter image description here

Once you have done that you would see the Memory Allocation View.

enter image description here

Upvotes: 0

Related Questions