Searched refs:calculate_change (Results 1 – 2 of 2) sorted by relevance
/third_party/json/benchmarks/thirdparty/benchmark/tools/gbench/ |
D | report.py | 60 def calculate_change(old_val, new_val): function 120 tres = calculate_change(bn['real_time'], other_bench['real_time']) 121 cpures = calculate_change(bn['cpu_time'], other_bench['cpu_time'])
|
/third_party/benchmark/tools/gbench/ |
D | report.py | 75 def calculate_change(old_val, new_val): function 264 'time': calculate_change(bn['real_time'], other_bench['real_time']), 265 'cpu': calculate_change(bn['cpu_time'], other_bench['cpu_time']) 309 'time': calculate_change(lhs_gmean[0], rhs_gmean[0]), 310 'cpu': calculate_change(lhs_gmean[1], rhs_gmean[1])
|