JitInfo 类

定义

提供有关恰时编译器的信息。 此类不能被继承。

public ref class JitInfo abstract sealed
public static class JitInfo
type JitInfo = class
Public Class JitInfo
继承
JitInfo

方法

GetCompilationTime(Boolean)

获取 JIT 编译器在编译方法上花费的时间量。 如果 currentThreadtrue,则此值的范围限定为当前线程;否则,此值为全局值。

GetCompiledILBytes(Boolean)

获取已编译的中间语言的字节数。 如果 currentThreadtrue,则此值的范围限定为当前线程;否则,此值为全局值。

GetCompiledMethodCount(Boolean)

获取已编译的方法数。 如果 currentThreadtrue,则此值的范围限定为当前线程;否则,此值为全局值。

适用于