Class Profiler

java.lang.Object
org.jruby.ir.interpreter.Profiler

public class Profiler extends Object
  • Constructor Details

    • Profiler

      public Profiler()
  • Method Details

    • initProfiling

      public static Integer initProfiling(IRScope scope)
    • updateCallSite

      public static void updateCallSite(Instr instr, IRScope scope, Integer scopeVersion)
    • clockTick

      public static void clockTick()
    • instrTick

      public static void instrTick(Operation operation)