Home | History | Annotate | Download | only in ui

Lines Matching refs:scenarioResults

40 import org.eclipse.test.internal.performance.results.db.ScenarioResults;
90 private TimeLineGraph getLineGraph(ScenarioResults scenarioResults, ConfigResults configResults, Dim dim, List highlightedPoints, List currentBuildIdPrefixes) {
97 String scenarioName = scenarioResults.getName();
218 ScenarioResults scenarioResults = (ScenarioResults) scenarios.next();
219 ConfigResults configResults = scenarioResults.getConfigResults(configName);
238 String scenarioFileName = scenarioResults.getFileName();
252 stream.print("<title>" + scenarioResults.getName() + "(" + configBox + ")" + "</title></head>\n"); //$NON-NLS-1$
253 stream.print("<h4>Scenario: " + scenarioResults.getName() + " (" + configBox + ")</h4><br>\n"); //$NON-NLS-1$ //$NON-NLS-2$
304 TimeLineGraph lineGraph = getLineGraph(scenarioResults, configResults, dim, highlightedPoints, this.buildIDStreamPatterns);
406 ScenarioResults scenarioResults = (ScenarioResults) scenarios.next();
407 ConfigResults configResults = scenarioResults.getConfigResults(configName);
409 String scenarioName= scenarioResults.getName();
410 String scenarioFileName = scenarioResults.getFileName();