Searched refs:get_lower_upper (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tools/calmbench/ |
D | ab.py | 241 def get_lower_upper(values): function 258 lowerA, upperA = get_lower_upper(timesA[bench]) 259 lowerB, upperB = get_lower_upper(timesB[bench]) 352 "lower_quantile_ms": get_lower_upper(timesA[bench])[0] * 1e-6, 353 "upper_quantile_ms": get_lower_upper(timesA[bench])[1] * 1e-6, 387 ' '.join(map(str, get_lower_upper(ta))) + ", " + 388 ' '.join(map(str, get_lower_upper(tb))) + ", " +
|
/third_party/flutter/skia/tools/calmbench/ |
D | ab.py | 239 def get_lower_upper(values): function 256 lowerA, upperA = get_lower_upper(timesA[bench]) 257 lowerB, upperB = get_lower_upper(timesB[bench]) 352 "lower_quantile_ms": get_lower_upper(timesA[bench])[0] * 1e-6, 353 "upper_quantile_ms": get_lower_upper(timesA[bench])[1] * 1e-6, 387 ' '.join(map(str, get_lower_upper(ta))) + ", " + 388 ' '.join(map(str, get_lower_upper(tb))) + ", " +
|