public class MethodData extends InvocationSet
| Modifier and Type | Field and Description |
|---|---|
int |
serialNumber |
invocations| Modifier and Type | Method and Description |
|---|---|
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() |
callsOfChild, selfTime, timeSpentInChild, totalCallspublic 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 InvocationSetpublic long childTime()
childTime in class InvocationSetCopyright © 2001-2017 JRuby. All Rights Reserved.