|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.runtime.profile.InvocationSet
public class InvocationSet
| 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 |
|---|
public InvocationSet()
public InvocationSet(java.util.ArrayList<Invocation> invs)
| Method Detail |
|---|
public long totalTime()
public long selfTime()
public long childTime()
public int totalCalls()
public long timeSpentInChild(int serial)
public int callsOfChild(int serial)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||