Home
last modified time | relevance | path

Searched refs:parse_bench (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/benchtests/scripts/
Dcompare_bench.py165 bench1 = bench.parse_bench(bench1, schema)
168 bench2 = bench.parse_bench(bench2, schema)
Dvalidate_benchout.py69 bench.parse_bench(args[0], args[1])
Dimport_bench.py124 def parse_bench(filename, schema_filename): function