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/
H A 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])
382 logging.info('Test %d/%d: %s (samples=%d trials_per_sample=%d steps_per_trial
[all...]
/third_party/python/Tools/scripts/
H A Dvar_access_benchmark.py11 steps_per_trial = 25 variable
296 timing *= 1000000 / (len(trials) * steps_per_trial)

Completed in 2 milliseconds