System.Runtime.JitInfo.GetCompilationTimeInTicks C# (CSharp) 메소드

GetCompilationTimeInTicks() 개인적인 메소드

private GetCompilationTimeInTicks ( bool currentThread = false ) : long
currentThread bool
리턴 long
        private static extern long GetCompilationTimeInTicks(bool currentThread = false);
    }