JitInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about the Just In Time compiler. This class cannot be inherited.
public ref class JitInfo abstract sealed
public static class JitInfo
type JitInfo = class
Public Class JitInfo
- Inheritance
-
JitInfo
Methods
GetCompilationTime(Boolean) |
Gets the amount of time the JIT Compiler has spent compiling methods. If |
GetCompiledILBytes(Boolean) |
Gets the number of bytes of intermediate language that have been compiled. If |
GetCompiledMethodCount(Boolean) |
Gets the number of methods that have been compiled. If |