Example #1
0
 public static void UpdateCallProfile(CodeGen.Profiler profiler, int profileIndex, DFunction function)
 {
   if (profiler != null)
       profiler.GetOrAddCallNodeProfile(profileIndex).UpdateNodeProfile(function);
 }