Home | History | Annotate | Download | only in ui

Lines Matching refs:Dim

34 import org.eclipse.test.internal.performance.data.Dim;
53 private Dim[] dimensions = DB_Results.getResultsDimensions();
90 private TimeLineGraph getLineGraph(ScenarioResults scenarioResults, ConfigResults configResults, Dim dim, List highlightedPoints, List currentBuildIdPrefixes) {
98 TimeLineGraph graph = new TimeLineGraph(scenarioName + ": " + dim.getName(), dim);
114 double value = buildResults.getValue(dim.getId());
121 graph.addItem("main", label, dim.getDisplayValue(value), value, color, true, Utils.getDateFromBuildID(buildID), true);
125 graph.addItem("main", label, dim.getDisplayValue(value), value, black, false, Utils.getDateFromBuildID(buildID, false), true);
130 graph.addItem("main", buildID, dim.getDisplayValue(value), value, yellow, false, Utils.getDateFromBuildID(buildID), false);
136 graph.addItem("main", buildID, dim.getDisplayValue(value), value, black, false, Utils.getDateFromBuildID(buildID), false);
142 graph.addItem("reference", label, dim.getDisplayValue(value), value, magenta, true, Utils.getDateFromBuildID(buildID, true), true, drawBaseline);
147 graph.addItem("reference", label, dim.getDisplayValue(value), value, magenta, false, Utils.getDateFromBuildID(buildID, true), false);
279 Dim dim = this.dimensions[d];
280 stream.print("<td><a href=\"#" + dim.getLabel() + "\"><b>" + dim.getName() + "</b></a></td>");
303 Dim dim = this.dimensions[d];
304 TimeLineGraph lineGraph = getLineGraph(scenarioResults, configResults, dim, highlightedPoints, this.buildIDStreamPatterns);
307 String dimShortName = dim.getLabel();
312 stream.print("<br><b>" + dim.getName() + "</b><br>\n");
313 stream.print(dim.getDescription() + "<br><br>\n");
344 Dim dim = this.dimensions[d];
345 int dim_id = dim.getId();
347 String displayValue = dim.getDisplayValue(buildResults.getValue(dim_id));
354 stream.print(dim.getDisplayValue(stddev));
369 Dim currentDim = this.dimensions[d];