class InvocationSet
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<Invocation> |
invocations |
| Constructor and Description |
|---|
InvocationSet(java.util.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() |
final java.util.List<Invocation> invocations
InvocationSet(java.util.List<Invocation> invocations)