Searched refs:reportFile (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/
H A DHTMLSeriesReporter.java148 File reportFile = new File(resultsDir, "series.html");
150 openFile(reportFile.getAbsolutePath(), HTMLGEN_FILE_NEW);
H A DXMLHTMLReporter.java207 File reportFile = new File(resultsDir, "J2DBench_Results.html");
209 openFile(reportFile.getAbsolutePath(), HTMLGEN_FILE_NEW);
348 File reportFile = new File(resultsDir, "J2DBench_Complete_Report.html");
349 PrintWriter writer = openFile(reportFile.getAbsolutePath(),

Completed in 48 milliseconds