public class InvocationSet extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Invocation> |
invocations |
| Modifier and Type | Method and Description |
|---|---|
int |
callsOfChild(int serial) |
long |
childTime() |
long |
selfTime() |
long |
timeSpentInChild(int serial) |
int |
totalCalls() |
long |
totalTime() |
public final List<Invocation> invocations
Copyright © 2001-2017 JRuby. All Rights Reserved.