Package | Description |
---|---|
org.jboss.dashboard.profiler |
Modifier and Type | Field and Description |
---|---|
protected TimeTrace |
TimeTrace.parent |
Modifier and Type | Field and Description |
---|---|
protected List<TimeTrace> |
TimeTrace.children |
Modifier and Type | Method and Description |
---|---|
protected TimeTrace |
ThreadProfile.createTimeTrace(int traceStart,
int traceEnd,
int stackLevel)
Create a time trace with samples belonging to the specified interval.
|
TimeTrace |
TimeTrace.getParent() |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
void |
TimeTrace.setParent(TimeTrace parent) |
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
TimeTrace(StackTraceElement[] stackTrace,
List<StackTrace> samples,
List<TimeTrace> children,
CodeBlockTrace context) |
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.