| Package | Description |
|---|---|
| net.anotheria.moskito.core.calltrace |
| Modifier and Type | Method and Description |
|---|---|
TraceStep |
CurrentlyTracedCall.getCurrentStep() |
TraceStep |
CurrentlyTracedCall.getFirstStep()
Returns the first step..
|
TraceStep |
TraceStep.getLastStep()
Returns the last step in this execution.
|
TraceStep |
CurrentlyTracedCall.getLastStep() |
TraceStep |
TraceStep.getParent()
Returns the parent step.
|
TraceStep |
CurrentlyTracedCall.getRootStep() |
TraceStep |
CurrentlyTracedCall.startStep(java.lang.String call)
Deprecated.
|
TraceStep |
CurrentlyTracedCall.startStep(java.lang.String call,
IStatsProducer producer,
java.lang.String methodName)
Creates a new sub step in current call.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TraceStep> |
TraceStep.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
TraceStep.addChild(TraceStep p)
Adds a new child to this step.
|
void |
TraceStep.setParent(TraceStep step)
Sets the parent step of this step.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.