public class TestRunData extends Object
Constructor and Description |
---|
TestRunData() |
TestRunData(String id) |
Modifier and Type | Method and Description |
---|---|
void |
addData(TimeData td)
Add a data point.
|
void |
endRun()
Mark the ending time of this test run.
|
LinkedHashMap |
getData() |
long |
getEnd() |
String |
getId() |
Collection |
getLabels()
Get a list of all available types of data points.
|
MemUsage |
getMemUsage(String label)
Get memory usage stats for a given data type.
|
long |
getStart() |
Vector |
getTotals()
Get total values from all data points of all types.
|
TimeData |
getTotals(String label)
Get total values from all data points of a given type.
|
void |
setId(String id) |
void |
startRun()
Mark the starting time of this test run.
|
String |
toString()
Return a string representation.
|
public TestRunData()
public TestRunData(String id)
public LinkedHashMap getData()
public String getId()
public void setId(String id)
public long getEnd()
public long getStart()
public void startRun()
public void endRun()
public void addData(TimeData td)
public Collection getLabels()
public TimeData getTotals(String label)
public Vector getTotals()
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.