CLR Profiler and 0 Heap Statistics

僤鯓⒐⒋嵵緔 提交于 2019-12-07 07:48:09

问题


Why would I get 0 for my heap statistics allocation for an ASP.NET MVC web application with CLR profiler?


回答1:


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.



来源:https://stackoverflow.com/questions/23376436/clr-profiler-and-0-heap-statistics

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!