| 
    Rosetta
    
   | 
 
Namespaces | |
| percent_subangstrom | |
Functions | |
| def | percent_subangstrom.parse_benchmark (benchmark) | 
| def | percent_subangstrom.parse_loop (loop) | 
| def | percent_subangstrom.parse_job (job) | 
| def | percent_subangstrom.compare_benchmarks (old_benchmark, new_benchmarks, labels) | 
| def | percent_subangstrom.plot_benchmark (old_benchmark, new_benchmark, label, color) | 
Variables | |
| percent_subangstrom.parser = argparse.ArgumentParser() | |
| percent_subangstrom.nargs | |
| percent_subangstrom.default | |
| percent_subangstrom.action | |
| percent_subangstrom.type | |
| percent_subangstrom.int | |
| percent_subangstrom.arguments = parser.parse_args() | |
| def | percent_subangstrom.old = parse_benchmark(arguments.old_benchmark) | 
| list | percent_subangstrom.new = [parse_benchmark(x) for x in arguments.new_benchmarks] |