Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py369 def fps_near_zero(fps_sampler): argument
374 last_fps = fps_sampler.get_last_avg_fps(6)
384 fps_sampler = system_sampler.SystemSampler(
386 end_condition = functools.partial(fps_near_zero, fps_sampler)
387 with fps_meter.FPSMeter(fps_sampler.sample):
417 samples = fps_sampler.get_samples()