5

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?

Screenshot:

Zazaeil
  • 3,900
  • 2
  • 14
  • 31

1 Answers1

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