org.jruby.runtime.profile
Class InvocationSet

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

public class InvocationSet
extends java.lang.Object


Constructor Summary
InvocationSet()
           
InvocationSet(java.util.ArrayList<Invocation> invs)
           
 
Method Summary
 int callsOfChild(int serial)
           
 long childTime()
           
 long selfTime()
           
 long timeSpentInChild(int serial)
           
 int totalCalls()
           
 long totalTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationSet

public InvocationSet()

InvocationSet

public InvocationSet(java.util.ArrayList<Invocation> invs)
Method Detail

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)


Copyright © 2002-2009 JRuby Team. All Rights Reserved.