Home | History | Annotate | Download | only in ui

Lines Matching defs:performanceResults

33 import org.eclipse.test.internal.performance.results.db.PerformanceResults;
184 PerformanceResults performanceResults;
189 public GenerateResults(PerformanceResults results, String current, String baseline, boolean fingerprints, File data, File output) {
194 this.performanceResults = results;
485 private void printComponent(/*PerformanceResults performanceResults, */String component) throws FileNotFoundException {
532 printComponentTitle(/*performanceResults, */component, isGlobal, stream);
542 fingerprint.print(GenerateResults.this.performanceResults);
551 // fingerprint.print(performanceResults);
561 sst.print(GenerateResults.this.performanceResults);
569 // sst.print(performanceResults);
576 private void printComponentTitle(/*PerformanceResults performanceResults, */String component, boolean isGlobal, PrintStream stream) {
577 String baselineName = this.performanceResults.getBaselineName();
578 String currentName = this.performanceResults.getName();
618 private void printSummary(/*PerformanceResults performanceResults*/) {
628 String[] components = this.performanceResults.getComponents();
630 printSummaryColumnsTitle(stream/*, performanceResults*/);
631 String[] configs = this.performanceResults.getConfigNames(true/*sorted*/);
635 List scenarioNames = this.performanceResults.getComponentScenarios(componentName);
640 ScenarioResults scenarioResults = this.performanceResults.getScenarioResults(scenarioName);
698 private void printSummaryColumnsTitle(PrintStream stream/*, PerformanceResults performanceResults*/) {
699 String[] configBoxes = this.performanceResults.getConfigBoxes(true/*sorted*/);
841 int dataWork = 1000 * this.performanceResults.getConfigBoxes(false).length;
850 printSummary(/*performanceResults*/);
919 performanceResults, */"global_fp");
922 String[] components = this.performanceResults.getComponents();
930 printComponent(/*performanceResults, */components[i]);
946 data.print(this.performanceResults, this.printStream, subMonitor.newChild(dataWork));
981 buildName = this.performanceResults.getName();
996 String[] builds = this.performanceResults.getAllBuildNames();
1034 this.performanceResults = new PerformanceResults(buildName, baselineName, this.baselinePrefix, this.printStream);
1037 setDefaults(buildName, this.performanceResults.getBaselineName());
1040 this.performanceResults.readAll(buildName, this.configDescriptors, this.scenarioPattern, this.dataDir, this.failure_threshold, null);