HomeSort by relevance Sort by last modified time
    Searched refs:point_name (Results 1 - 2 of 2) sorted by null

  /external/skia/bench/
check_bench_regressions.py 99 point_name = Label(point.bench,point.config,point.time_type,
101 if point_name not in bench_dict:
102 bench_dict[point_name] = point.time
104 raise Exception('Duplicate expectation entry: ' + str(point_name))
  /external/skqp/bench/
check_bench_regressions.py 99 point_name = Label(point.bench,point.config,point.time_type,
101 if point_name not in bench_dict:
102 bench_dict[point_name] = point.time
104 raise Exception('Duplicate expectation entry: ' + str(point_name))

Completed in 640 milliseconds