共用方式為


JitInfo.GetCompilationTime(Boolean) 方法

定義

取得 JIT 編譯程式花費在編譯方法的時間量。 如果 為 currentThreadtrue ,則此值的範圍設定為目前的執行緒,否則為全域值。

public static TimeSpan GetCompilationTime (bool currentThread = false);
static member GetCompilationTime : bool -> TimeSpan
Public Shared Function GetCompilationTime (Optional currentThread As Boolean = false) As TimeSpan

參數

currentThread
Boolean

true 表示傳回目前線程特定的值; false 表示傳回全域值。 預設值是 false

傳回

JIT 編譯程式花費在編譯方法的時間量。

適用於