Class InvocationSet

java.lang.Object
org.jruby.runtime.profile.builtin.InvocationSet
Direct Known Subclasses:
MethodData

class InvocationSet extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • totalTime

      public long totalTime()
    • selfTime

      public long selfTime()
    • childTime

      public long childTime()
    • totalCalls

      public int totalCalls()
    • timeSpentInChild

      public long timeSpentInChild(int serial)
    • callsOfChild

      public int callsOfChild(int serial)