|
Class Summary |
| AbstractResults |
Abstract class to store performance results. |
| BuildResults |
Class providing numbers of a scenario running on a specific configuration
at a specific time (for example 'I20070615-1200'). |
| ComponentResults |
Class to handle performance results of an eclipse component
(for example 'org.eclipse.jdt.core'). |
| ConfigResults |
Class to handle results for an Eclipse performance test box
(called a configuration). |
| DB_Results |
Specific and private implementation of DB class
to get massive results from performance results database. |
| PerformanceResults |
Root class to handle performance results. |
| ScenarioResults |
Class to handle performance results of a component's scenario
(for example 'org.eclipse.jdt.core.FullSourceWorkspaceSearchTest#searchAllTypeNames()'). |
| SQL_Results |
Specific implementation for massive database requests. |