~85.5% of native code when profiling with Jet Brain's dotTrace?

 ̄綄美尐妖づ 提交于 2019-12-11 14:19:39

问题


Whenever I do a session (both samplig and timeline), it says like up to 70-80 percent of entire exuction is occupied by native code. It seems kind of suspicious, not quite sure whether I got a buggy environment (because due to objective restricitions I am working on a damn Windows 7) or it's actually fine?


回答1:


It is a normal situation in case of profiling a web application hosted on IIS as IIS is a native application itself. So if all of your app's methods are presented in a snaphot then you have nothing to worry about.

See this page for details: https://www.jetbrains.com/help/profiler/Profile_ASP_Web_Site.html ("Note that it is normal that the snapshots contain large amount of native code")



来源:https://stackoverflow.com/questions/50228854/85-5-of-native-code-when-profiling-with-jet-brains-dottrace

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