GetCompileInfo and DllGetClassObjectInternal

  • Thread starter Thread starter Nikolai Sander
  • Start date Start date
N

Nikolai Sander

When running my C# app through VTune, mscorwks.dll consumes most of
the cycles, in particular GetCompileInfo and
DllGetClassObjectInternal. Does anybody have an idea what these
methods do? I suspect Jitting and GC respectively, but am stumped why
Jitting would show up. I did a few "compile" runs before I unpaused
VTune and actually measure anything.

Any help appreciated.
 
Back
Top