Home
last modified time | relevance | path

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 Dreport.py71 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 Dreport.py82 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 Dcompare.py202 json1 = gbench.report.filter_benchmark(
204 json2 = gbench.report.filter_benchmark(
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/
H A Dcompare.py234 json1 = gbench.report.filter_benchmark(
236 json2 = gbench.report.filter_benchmark(