JitInfo.GetCompilationTime(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 JIT 編譯程式花費在編譯方法的時間量。 如果 為 currentThread
true
,則此值的範圍設定為目前的執行緒,否則為全域值。
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 編譯程式花費在編譯方法的時間量。