''' Created on May 16, 2011 @author: bungeman ''' import sys import getopt import re import os import bench_util import json import xml.sax.saxutils # We throw out any measurement outside this range, and log a warning. MIN_REASONABLE_TIME = 0 MAX_REASONABLE_TIME = 99999 def usage(): """Prints simple usage information.""" print '-d a directory containing bench_r_ files.' print '-b the bench to show.' print '-c the config to show (GPU, 8888, 565, etc).' print '-t