|
Dashboard Builder Commons 6.0.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StackTrace | |
|---|---|
| org.jboss.dashboard.profiler | |
| Uses of StackTrace in org.jboss.dashboard.profiler |
|---|
| Subclasses of StackTrace in org.jboss.dashboard.profiler | |
|---|---|
class |
TimeTrace
A time trace is a way to group a sequence of stack traces in a hierarchical way. |
| Fields in org.jboss.dashboard.profiler with type parameters of type StackTrace | |
|---|---|
protected List<StackTrace> |
TimeTrace.stackTraces
|
protected List<StackTrace> |
ThreadProfile.stackTraces
Stack trace samples captured by the profiler. |
| Methods in org.jboss.dashboard.profiler that return StackTrace | |
|---|---|
protected StackTrace |
StackTrace.intersect(StackTrace other)
Intersect two stack traces. |
| Methods in org.jboss.dashboard.profiler that return types with arguments of type StackTrace | |
|---|---|
List<StackTrace> |
TimeTrace.getStackTraces()
|
| Methods in org.jboss.dashboard.profiler with parameters of type StackTrace | |
|---|---|
boolean |
StackTrace.equals(StackTrace other)
|
protected StackTrace |
StackTrace.intersect(StackTrace other)
Intersect two stack traces. |
| Method parameters in org.jboss.dashboard.profiler with type arguments of type StackTrace | |
|---|---|
void |
TimeTrace.setStackTraces(List<StackTrace> stackTraces)
|
| Constructor parameters in org.jboss.dashboard.profiler with type arguments of type StackTrace | |
|---|---|
TimeTrace(StackTraceElement[] stackTrace,
List<StackTrace> samples,
List<TimeTrace> children,
CodeBlockTrace context)
|
|
|
Dashboard Builder Commons 6.0.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||