Lines Matching defs:results

11 package org.eclipse.test.internal.performance.results.ui;
39 import org.eclipse.test.internal.performance.results.db.AbstractResults;
40 import org.eclipse.test.internal.performance.results.model.BuildResultsElement;
41 import org.eclipse.test.internal.performance.results.model.ComponentResultsElement;
42 import org.eclipse.test.internal.performance.results.model.ConfigResultsElement;
43 import org.eclipse.test.internal.performance.results.model.ResultsElement;
44 import org.eclipse.test.internal.performance.results.model.ScenarioResultsElement;
45 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
46 import org.eclipse.test.internal.performance.results.utils.Util;
50 * Tab to display all performances results numbers for a configuration (i.e a performance machine).
78 ComponentResultsElement results;
118 // Store results
119 this.results = componentResultsElement;
163 final ComponentsView componentsView = (ComponentsView) PerformancesView.getWorkbenchView("org.eclipse.test.internal.performance.results.ui.ComponentsView");
170 componentsView.select(ConfigTab.this.results, ConfigTab.this.configName, (String) ConfigTab.this.firstLine.get(cellPosition.x), tabTable.getItem(cellPosition.y).getText());
318 if (this.results == null) return;
319 List differences = this.results.getConfigNumbers(this.configName, fingerprints);
326 // Read each information line (one line per build results)
327 Object[] scenarios = this.results.getChildren(null);
468 toolTipMessage += "The results history shows that the variation of its delta is over 20% ("+Util.PERCENTAGE_FORMAT.format(deviation)+"), hence its result is surely not reliable";
485 toolTipMessage += "The results history shows that the variation of its delta is between 10% and 20% ("+Util.PERCENTAGE_FORMAT.format(deviation)+"), hence its result may not be really reliable";
529 if (this.results == null) {
532 List labels = this.results.getScenariosLabels(fingerprints);