Lines Matching refs:measurements

260         measurements = []
266 measurements.append({
290 # Store only if we had any measurements for given benchmark.
294 if measurements:
300 'measurements': measurements,
313 'measurements': [{
364 for measurement in benchmark['measurements']:
380 # After processing the measurements, if requested and
481 'measurements': [{'time': 0.0000, 'cpu': 0.0000,
490 'measurements': [{'time': -0.5000, 'cpu': -0.5000,
499 'measurements': [{'time': 1.0000, 'cpu': 1.0000,
508 'measurements': [{'time': -0.0100, 'cpu': -0.0100,
517 'measurements': [{'time': 0.0100, 'cpu': 0.0100,
526 'measurements': [{'time': -0.1000, 'cpu': -0.1000,
535 'measurements': [{'time': 0.1000, 'cpu': 0.1000,
544 'measurements': [{'time': 99.0000, 'cpu': 99.0000,
553 'measurements': [{'time': -0.9900, 'cpu': -0.9900,
562 'measurements': [{'time': 0.1000, 'cpu': -0.1000,
571 'measurements': [{'time': -0.3333, 'cpu': -0.3334,
580 'measurements': [{'time': -0.9000, 'cpu': 0.2000,
589 'measurements': [{'time': 0.0000, 'cpu': 0.0000,
598 'measurements': [{'real_time': 3.1622776601683826e-06, 'cpu_time': 3.2130844755623912e-06,
658 'measurements': [{'time': -0.5, 'cpu': -0.5, 'real_time': 10, 'real_time_other': 5, 'cpu_time': 10, 'cpu_time_other': 5}],
664 'measurements': [{'time': -0.5, 'cpu': -0.5, 'real_time': 40, 'real_time_other': 20, 'cpu_time': 40, 'cpu_time_other': 20}],
670 'measurements': [{'time': -0.5, 'cpu': -0.5, 'real_time': 20, 'real_time_other': 10, 'cpu_time': 20, 'cpu_time_other': 10}],
676 'measurements': [{'time': -0.5, 'cpu': -0.5, 'real_time': 30, 'real_time_other': 15, 'cpu_time': 30, 'cpu_time_other': 15}],
682 'measurements': [{'real_time': 2.213363839400641e-08, 'cpu_time': 2.213363839400641e-08,
822 'measurements': [
835 'measurements': [
852 'measurements': [
873 'measurements': [
886 'measurements': [{'real_time': 8.48528137423858e-09, 'cpu_time': 8.441336246629233e-08,
981 'measurements': [
994 'measurements': [
1011 'measurements': [
1032 'measurements': [
1047 'measurements': [{'real_time': 8.48528137423858e-09, 'cpu_time': 8.441336246629233e-08,
1106 'measurements': [
1187 for m1, m2 in zip(lhs['measurements'], rhs['measurements']):