Searched refs:filter_benchmark (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/tools/gbench/ |
H A 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", ".")
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/gbench/ |
H A D | report.py | 82 def filter_benchmark(json_orig, family, replacement=""): function 368 json1 = filter_benchmark(json, "BM_Z.ro", ".") 369 json2 = filter_benchmark(json, "BM_O.e", ".")
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/tools/ |
H A D | compare.py | 202 json1 = gbench.report.filter_benchmark( 204 json2 = gbench.report.filter_benchmark(
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/ |
H A D | compare.py | 234 json1 = gbench.report.filter_benchmark( 236 json2 = gbench.report.filter_benchmark(
|