org.eclipse.test.internal.performance.results
Class ComponentResults
java.lang.Object
org.eclipse.test.internal.performance.results.AbstractResults
org.eclipse.test.internal.performance.results.ComponentResults
- All Implemented Interfaces:
- java.lang.Comparable
public class ComponentResults
- extends AbstractResults
Class to handle performance results of an eclipse component
(for example 'org.eclipse.jdt.core').
It gives access to results for each scenario run for this component.
- See Also:
ScenarioResults
Method Summary |
java.util.List |
getSummaryScenarios(boolean global,
java.lang.String config)
Returns a list of scenario results which have a summary |
Methods inherited from class org.eclipse.test.internal.performance.results.AbstractResults |
compareTo, copyFile, equals, getBuildDate, getBuildDate, getChildren, getName, getParent, getResults, hashCode, size, timeChrono, timeEnd, timeString, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ComponentResults
public ComponentResults(AbstractResults parent,
java.lang.String name)
getSummaryScenarios
public java.util.List getSummaryScenarios(boolean global,
java.lang.String config)
- Returns a list of scenario results which have a summary
- Parameters:
global
- Indicates whether the summary must be global or not.config
- Configuration name
- Returns:
- A list of
scenario results
which have a summary