|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.runtime.profile.InvocationSet
org.jruby.runtime.profile.MethodData
public class MethodData
Field Summary | |
---|---|
int |
serialNumber
|
Constructor Summary | |
---|---|
MethodData(int serial)
|
Method Summary | |
---|---|
int[] |
children()
|
long |
childTime()
|
InvocationSet |
invocationsForParent(int parentSerial)
|
InvocationSet |
invocationsFromParent(int parentSerial)
|
InvocationSet |
invocationsOfChild(int childSerial)
|
int[] |
parents()
|
InvocationSet |
rootInvocationsFromParent(int parentSerial)
|
InvocationSet |
rootInvocationsOfChild(int childSerial)
|
long |
totalTime()
|
Methods inherited from class org.jruby.runtime.profile.InvocationSet |
---|
callsOfChild, selfTime, timeSpentInChild, totalCalls |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int serialNumber
Constructor Detail |
---|
public MethodData(int serial)
Method Detail |
---|
public int[] parents()
public int[] children()
public InvocationSet invocationsForParent(int parentSerial)
public InvocationSet rootInvocationsFromParent(int parentSerial)
public InvocationSet invocationsFromParent(int parentSerial)
public InvocationSet rootInvocationsOfChild(int childSerial)
public InvocationSet invocationsOfChild(int childSerial)
public long totalTime()
totalTime
in class InvocationSet
public long childTime()
childTime
in class InvocationSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |