Home
last modified time | relevance | path

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

/third_party/skia/tools/calmbench/
H A Dab.py59 timesB = {} variable
112 append_dict_sorted_array(timesB, bench, normalized_t)
256 if bench not in timesB:
259 lowerB, upperB = get_lower_upper(timesB[bench])
283 b = median(timesB[bench])
381 if (bench not in timesA or bench not in timesB):
384 tb = timesB[bench]
395 (len([x for x in timesA if x in timesB]), len(suspects)))

Completed in 1 milliseconds