public class ValueComparator extends Object
StatConfig| Constructor and Description |
|---|
ValueComparator(int index,
Test test)
Creates a new instance for the given test.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns the index of this comparator.
|
SortedMap |
getStatValues()
Returns the stat values for this instance.
|
Test |
getTest()
Returns the test.
|
void |
readArchives()
Reads the statistic archives for the test run and creates the
PerfStatValues. |
String |
toString() |
public ValueComparator(int index,
Test test)
public int getIndex()
public Test getTest()
public void readArchives()
PerfStatValues.public SortedMap getStatValues()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.