110111112113114115116117118119120
sw.start(); for (int i = 0; i < 100; i += 1) { DebugReportRunner.execGraphics2D(report); } sw.stop(); DebugLog.log(sw.toString()); } public void testPdfPrinting () throws Exception