JitInfo Class

Definition

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 currentThread is true, then this value is scoped to the current thread; otherwise, this is a global value.

GetCompiledILBytes(Boolean)

Gets the number of bytes of intermediate language that have been compiled. If currentThread is true, then this value is scoped to the current thread; otherwise, this is a global value.

GetCompiledMethodCount(Boolean)

Gets the number of methods that have been compiled. If currentThread is true, then this value is scoped to the current thread; otherwise, this is a global value.

Applies to