Searched refs:print_and_exit (Results 1 – 1 of 1) sorted by relevance
38 def print_and_exit(message, exitcode): function65 return print_and_exit("Usage: %s <bench.out file> <bench.out schema>"71 return print_and_exit("IOError(%d): %s" % (e.errno, e.strerror),75 return print_and_exit("Invalid benchmark output: %s" % e.message,79 return print_and_exit("Invalid schema: %s" % e.message, os.EX_DATAERR)82 return print_and_exit("Benchmark output in %s is not JSON." % args[0],