HomeSort by relevance Sort by last modified time
    Searched refs:calculate_change (Results 1 - 2 of 2) sorted by null

  /external/google-benchmark/tools/gbench/
report.py 58 def calculate_change(old_val, new_val): function
96 tres = calculate_change(bn['real_time'], other_bench['real_time'])
97 cpures = calculate_change(bn['cpu_time'], other_bench['cpu_time'])
  /external/libcxx/utils/google-benchmark/tools/gbench/
report.py 58 def calculate_change(old_val, new_val): function
96 tres = calculate_change(bn['real_time'], other_bench['real_time'])
97 cpures = calculate_change(bn['cpu_time'], other_bench['cpu_time'])

Completed in 186 milliseconds