|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractResults | |
---|---|
org.eclipse.test.internal.performance.results |
Uses of AbstractResults in org.eclipse.test.internal.performance.results |
---|
Subclasses of AbstractResults in org.eclipse.test.internal.performance.results | |
---|---|
class |
BuildResults
Class providing numbers of a scenario running on a specific configuration at a specific time (for example 'I20070615-1200'). |
class |
ComponentResults
Class to handle performance results of an eclipse component (for example 'org.eclipse.jdt.core'). |
class |
ConfigResults
Class to handle results for an Eclipse performance test box (called a configuration). |
class |
PerformanceResults
Root class to handle performance results. |
class |
ScenarioResults
Class to handle performance results of a component's scenario (for example 'org.eclipse.jdt.core.FullSourceWorkspaceSearchTest#searchAllTypeNames()'). |
Methods in org.eclipse.test.internal.performance.results that return AbstractResults | |
---|---|
AbstractResults[] |
AbstractResults.getChildren()
Return an array built on the current results children list. |
AbstractResults |
AbstractResults.getParent()
Returns the parent |
Constructors in org.eclipse.test.internal.performance.results with parameters of type AbstractResults | |
---|---|
ComponentResults(AbstractResults parent,
java.lang.String name)
|
|
ConfigResults(AbstractResults parent,
int id)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |