| Package | Description |
|---|---|
| org.jboss.dashboard.profiler |
| Modifier and Type | Class and Description |
|---|---|
class |
TimeTrace
A time trace is a way to group a sequence of stack traces in a hierarchical way.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<StackTrace> |
TimeTrace.stackTraces |
protected List<StackTrace> |
ThreadProfile.stackTraces
Stack trace samples captured by the profiler.
|
| Modifier and Type | Method and Description |
|---|---|
protected StackTrace |
StackTrace.intersect(StackTrace other)
Intersect two stack traces.
|
| Modifier and Type | Method and Description |
|---|---|
List<StackTrace> |
TimeTrace.getStackTraces() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StackTrace.equals(StackTrace other) |
protected StackTrace |
StackTrace.intersect(StackTrace other)
Intersect two stack traces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeTrace.setStackTraces(List<StackTrace> stackTraces) |
| Constructor and Description |
|---|
TimeTrace(StackTraceElement[] stackTrace,
List<StackTrace> samples,
List<TimeTrace> children,
CodeBlockTrace context) |
Copyright © 2012–2015 JBoss by Red Hat. All rights reserved.