Home
last modified time | relevance | path

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

/third_party/skia/tools/calmbench/
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)))
/third_party/flutter/skia/tools/calmbench/
Dab.py57 timesB = {} variable
110 append_dict_sorted_array(timesB, bench, normalized_t)
254 if bench not in timesB:
257 lowerB, upperB = get_lower_upper(timesB[bench])
281 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)))