Searched refs:filter_benchmark (Results 1 – 4 of 4) sorted by relevance
/third_party/json/benchmarks/thirdparty/benchmark/tools/gbench/ |
D | report.py | 71 def filter_benchmark(json_orig, family, replacement=""): function 190 json1 = filter_benchmark(json, "BM_Z.ro", ".") 191 json2 = filter_benchmark(json, "BM_O.e", ".")
|
/third_party/json/benchmarks/thirdparty/benchmark/tools/ |
D | compare.py | 202 json1 = gbench.report.filter_benchmark( 204 json2 = gbench.report.filter_benchmark(
|
/third_party/benchmark/tools/gbench/ |
D | report.py | 86 def filter_benchmark(json_orig, family, replacement=""): function 574 json1 = filter_benchmark(json, "BM_Z.ro", ".") 575 json2 = filter_benchmark(json, "BM_O.e", ".")
|
/third_party/benchmark/tools/ |
D | compare.py | 249 json1 = gbench.report.filter_benchmark( 251 json2 = gbench.report.filter_benchmark(
|