Why would I get 0 for my heap statistics allocation for an ASP.NET MVC web application with CLR profiler?
Asked
Active
Viewed 200 times
1 Answers
3
I was getting zeroes, but I think doing these two things solved the issue of zeroes: make sure you have "Allocations" checked in the "Profile" section and be sure to end the application before trying to see the profiling info. Either end it through CLR Profiler ("Kill Application") or from within the application itself. I believe both of those things were required to make it work for me.

DAG
- 867
- 10
- 16
-
Checking "Allocations" is also required if you want to trace calls. – Trisped Feb 10 '16 at 19:45