Does the Visual Studio sampling profiler have an assembly-level view?

久未见 提交于 2019-12-23 09:19:28

问题


The Visual Studio 2015 sampling profiler1 shows the collected results at the source level. Sometimes it is useful to see the collected samples directly at the assembly level. It is likely this data exists (since sampling is inherently an assembly-level operation) - but can it actually be displayed in Visual Studio?


1 This is the default profiling that you're probably using if you never chose anything different.

来源:https://stackoverflow.com/questions/45676799/does-the-visual-studio-sampling-profiler-have-an-assembly-level-view

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