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?

