Home | History | Annotate | Download | only in runner

Lines Matching defs:stdout

64     PrintWriter stdout = new PrintWriter(System.out, true);
69 exitlessMain(args, stdout, stderr);
84 stdout.println();
85 stdout.println("An unexpected exception has been thrown by the caliper runner.");
86 stdout.println("Please see https://sites.google.com/site/caliperusers/issues");
89 stdout.flush();
96 public static void exitlessMain(String[] args, PrintWriter stdout, PrintWriter stderr)
105 .outputModule(new OutputModule(stdout, stderr))
109 stdout.println("Configuration:");
113 stdout.printf(" %s = %s%n", entry.getKey(), entry.getValue());
135 stdout.flush();