Home | History | Annotate | Download | only in ui

Lines Matching defs:builds

44  * Class used to print scenario all builds data.
88 * Returns a LineGraph object representing measurements for a scenario over builds.
103 Iterator builds = configResults.getResults();
105 buildLoop: while (builds.hasNext()) {
106 BuildResults buildResults = (BuildResults) builds.next();
156 * Print the scenario all builds data from the given performance results.
212 * Print the summary file of the builds data.
227 List builds = configResults.getBuilds(buildPrefix);
229 if (builds.size() > 0) {
230 highlightedPoints.add(builds.get(builds.size()-1));
233 highlightedPoints.addAll(builds);
270 stream.print("<b>Click measurement name to view line graph of measured values over builds.</b><br><br>\n");
297 stream.print("Black and yellow points plot values measured in integration and last seven nightly builds.<br>\n" + "Magenta points plot the repeated baseline measurement over time.<br>\n"
298 + "Boxed points represent previous releases, milestone builds, current reference and current build.<br><br>\n"
363 * Print the line showing the difference between current and baseline builds.
401 * Print details file of the scenario builds data.