|
Kieker 1.12 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.tools.traceAnalysis.filter.visualization.graph.AbstractVertexDecoration
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
public class ResponseTimeDecoration
Response time decoration for graph vertices. This decoration extracts response times from executions and keeps track of the minimal, maximal and average response time.
| Constructor Summary | |
|---|---|
ResponseTimeDecoration(java.util.concurrent.TimeUnit executionTimeunit,
java.util.concurrent.TimeUnit displayTimeunit)
Creates a new response time decoration. |
|
| Method Summary | |
|---|---|
java.lang.String |
createFormattedOutput()
Creates formatted output for this decoration. |
double |
getAverageResponseTime()
Returns the average response time (in ms) registered by this decoration. |
long |
getMaximalResponseTime()
Returns the maximal response time (in ms) registered by this decoration. |
long |
getMinimalResponseTime()
Returns the minimal response time (in ms) registered by this decoration. |
long |
getTotalResponseTime()
|
void |
registerExecution(Execution execution)
Registers a given execution for the decorated vertex. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResponseTimeDecoration(java.util.concurrent.TimeUnit executionTimeunit,
java.util.concurrent.TimeUnit displayTimeunit)
executionTimeunit - The time unit which tells how to interpret the times of the executions.| Method Detail |
|---|
public void registerExecution(Execution execution)
execution - The execution to registerpublic long getMinimalResponseTime()
public long getMaximalResponseTime()
public double getAverageResponseTime()
public long getTotalResponseTime()
public java.lang.String createFormattedOutput()
AbstractVertexDecoration
createFormattedOutput in class AbstractVertexDecoration
|
Kieker 1.12 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||