|
Dashboard Builder Commons 6.2.0.Beta3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimeTrace | |
|---|---|
| org.jboss.dashboard.profiler | |
| Uses of TimeTrace in org.jboss.dashboard.profiler |
|---|
| Fields in org.jboss.dashboard.profiler declared as TimeTrace | |
|---|---|
protected TimeTrace |
TimeTrace.parent
|
| Fields in org.jboss.dashboard.profiler with type parameters of type TimeTrace | |
|---|---|
protected List<TimeTrace> |
TimeTrace.children
|
| Methods in org.jboss.dashboard.profiler that return TimeTrace | |
|---|---|
protected TimeTrace |
ThreadProfile.createTimeTrace(int traceStart,
int traceEnd,
int stackLevel)
Create a time trace with samples belonging to the specified interval. |
TimeTrace |
TimeTrace.getParent()
|
| Methods in org.jboss.dashboard.profiler that return types with arguments of type TimeTrace | |
|---|---|
List<TimeTrace> |
ThreadProfile.calculateTimeTraces()
Calculates the list of time traces. |
protected List<TimeTrace> |
ThreadProfile.calculateTimeTraces(int sampleStart,
int sampleEnd,
int stackLevel)
Search for two consecutive stack traces in the specified sample interval & stack level. |
List<TimeTrace> |
TimeTrace.getChildren()
|
| Methods in org.jboss.dashboard.profiler with parameters of type TimeTrace | |
|---|---|
void |
TimeTrace.setParent(TimeTrace parent)
|
| Method parameters in org.jboss.dashboard.profiler with type arguments of type TimeTrace | |
|---|---|
void |
TimeTrace.setChildren(List<TimeTrace> children)
|
protected void |
ThreadProfile.toPlainList(List<TimeTrace> traces,
List<TimeTrace> results)
|
protected void |
ThreadProfile.toPlainList(List<TimeTrace> traces,
List<TimeTrace> results)
|
| Constructor parameters in org.jboss.dashboard.profiler with type arguments of type TimeTrace | |
|---|---|
TimeTrace(StackTraceElement[] stackTrace,
List<StackTrace> samples,
List<TimeTrace> children,
CodeBlockTrace context)
|
|
|
Dashboard Builder Commons 6.2.0.Beta3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||