Reputation: 2539
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
But in the downloaded report, I dont see Memory Allocation View.
Am I missing anything?
Upvotes: 0
Views: 291
Reputation: 151
You need to click "Show All Code" on the profiling report.
Once you have done that you would see the Memory Allocation View.
Upvotes: 0