Searched refs:durationGrid (Results 1 – 3 of 3) sorted by relevance
193 var durationGrid = ${durationGrid};206 durationGrid = durationGrid.map(function(row) {215 data.addRows(durationGrid);
59 public String[][] durationGrid; // grid of data storing timestamps to render as time intervals field in TestResults241 durationGrid = new String[DURATION_INFO_NAMES.length][testRuns.size() + 1]; in processReport()243 durationGrid[i][0] = "<b>" + DURATION_INFO_NAMES[i] + "</b>"; in processReport()444 … durationGrid[0][col + 1] = Long.toString(testRun.getEndTimestamp() - testRun.getStartTimestamp()); in processReport()
194 request.setAttribute("durationGrid", new Gson().toJson(testResults.durationGrid)); in doGetHandler()