Searched refs:timesA (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tools/calmbench/ |
D | ab.py | 58 timesA = {} variable 110 append_dict_sorted_array(timesA, bench, normalized_t) 255 for bench in timesA.keys(): 258 lowerA, upperA = get_lower_upper(timesA[bench]) 282 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): [all …]
|
/third_party/flutter/skia/tools/calmbench/ |
D | ab.py | 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): [all …]
|