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?
Asked
Active
Viewed 2,213 times
1 Answers
3
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"

StayOnTarget
- 11,743
- 10
- 52
- 81

KonKat
- 296
- 1
- 5
-
2It's WPF desktop. – Zazaeil May 10 '18 at 15:52
-
Well, it is a kind of normal situation for WPF apps too. There should be less native code in Sampling profiling mode, but it depends on the profiled app. – KonKat May 10 '18 at 23:51