Searched refs:gbench (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/tools/
H A Dcompare.py10 import gbench namespace
11 from gbench import util, report
12 from gbench.util import *
194 json1 = json1_orig = gbench.util.run_or_load_benchmark(
196 json2 = json2_orig = gbench.util.run_or_load_benchmark(
202 json1 = gbench.report.filter_benchmark(
204 json2 = gbench.report.filter_benchmark(
208 output_lines = gbench.report.generate_difference_report(json1, json2)
223 'gbench',
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/
H A Dcompare.py11 import gbench namespace
12 from gbench import util, report
13 from gbench.util import *
226 json1 = json1_orig = gbench.util.run_or_load_benchmark(
228 json2 = json2_orig = gbench.util.run_or_load_benchmark(
234 json1 = gbench.report.filter_benchmark(
236 json2 = gbench.report.filter_benchmark(
240 output_lines = gbench.report.generate_difference_report(
254 'gbench',

Completed in 193 milliseconds