Home
last modified time | relevance | path

Searched refs:steps_per_trial (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/
Drun_perf_tests.py308 args.steps_per_trial = 1
361 if args.steps_per_trial:
362 steps_per_trial = args.steps_per_trial
376 steps_per_trial = _get_results_from_output(calibrate_output, 'steps_to_run')
377 if not steps_per_trial:
380 assert (len(steps_per_trial) == 1)
381 steps_per_trial = int(steps_per_trial[0])
384 args.trials_per_sample, steps_per_trial))
394 str(steps_per_trial),
/third_party/python/Tools/scripts/
Dvar_access_benchmark.py11 steps_per_trial = 25 variable
296 timing *= 1000000 / (len(trials) * steps_per_trial)