Lines Matching refs:timesA
56 timesA = {} variable
108 append_dict_sorted_array(timesA, bench, normalized_t)
253 for bench in timesA.keys():
256 lowerA, upperA = get_lower_upper(timesA[bench])
280 a = median(timesA[bench])
347 for bench in timesA:
352 "lower_quantile_ms": get_lower_upper(timesA[bench])[0] * 1e-6,
353 "upper_quantile_ms": get_lower_upper(timesA[bench])[1] * 1e-6,
380 for bench in suspects + timesA.keys():
381 if (bench not in timesA or bench not in timesB):
383 ta = timesA[bench]
395 (len([x for x in timesA if x in timesB]), len(suspects)))