コード例 #1
0
ファイル: Internals.cs プロジェクト: reshadi2/mcjs
 public static void UpdateCallProfile(CodeGen.Profiler profiler, int profileIndex, DFunction function)
 {
   if (profiler != null)
       profiler.GetOrAddCallNodeProfile(profileIndex).UpdateNodeProfile(function);
 }