Searched refs:parser (Results 1 – 6 of 6) sorted by relevance
| /benchtests/scripts/ |
| A D | plot_strings.py | 355 parser = argparse.ArgumentParser(description= variable 360 parser.add_argument("bench", nargs="+", 365 parser.add_argument("-b", "--baseline", type=str, 367 parser.add_argument("-d", "--display", action="store_true", 374 parser.add_argument("-i", "--ifuncs", nargs="+", default="all", 376 parser.add_argument("-k", "--key", type=str, default="length", 383 parser.add_argument("-p", "--plot", type=str, default="time", 389 parser.add_argument("-s", "--schema", type=str, 394 parser.add_argument("-t", "--threshold", type=int, default=5, 396 parser.add_argument("-v", "--values", action="store_true", [all …]
|
| A D | compare_strings.py | 188 parser = argparse.ArgumentParser() variable 191 req = parser.add_argument_group(title='required arguments') 200 parser.add_argument('-f', '--functions', 202 parser.add_argument('-b', '--base', 204 parser.add_argument('-g', '--graph', action='store_true', 206 parser.add_argument('--no-diff', action='store_true', 208 parser.add_argument('--no-header', action='store_true', 211 args = parser.parse_args()
|
| A D | compare_bench.py | 181 parser = argparse.ArgumentParser(description='Take two benchmark and compare their timings.') variable 184 parser.add_argument('bench1', help='First bench to compare') 185 parser.add_argument('bench2', help='Second bench to compare') 188 parser.add_argument('--schema', 191 …parser.add_argument('--threshold', default=10.0, type=float, help='Only print those with equal or … 192 …parser.add_argument('--stats', default='min mean', type=str, help='Only consider values from the s… 194 args = parser.parse_args()
|
| /benchtests/ |
| A D | README | 103 function. The file should have some directives telling the parser script 105 have a special meaning for the parser and they begin with two hashes '##'.
|
| /benchtests/strcoll-inputs/ |
| A D | filelist#C | 9955 nisplus-parser.c 10020 nisplus-parser.h
|
| A D | filelist#en_US.UTF-8 | 9955 nisplus-parser.c 10020 nisplus-parser.h
|
Completed in 29 milliseconds