JitInfo 类

定义

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

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

方法

名称 说明
GetCompilationTime(Boolean)

获取 JIT 编译器编译方法所用的时间。 true如果是currentThread,则此值的范围限定为当前线程;否则为全局值。

GetCompiledILBytes(Boolean)

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

GetCompiledMethodCount(Boolean)

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

适用于