Home
last modified time | relevance | path

Searched refs:timings_time (Results 1 – 1 of 1) sorted by relevance

/third_party/benchmark/tools/gbench/
Dreport.py186 def calc_utest(timings_cpu, timings_time): argument
187 min_rep_cnt = min(len(timings_time[0]),
188 len(timings_time[1]),
197 timings_time[0], timings_time[1], alternative='two-sided').pvalue
271 timings_time = extract_field(partition, 'real_time')
273 timings_cpu, timings_time)