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.py368 def fps_near_zero(fps_sampler): argument
373 last_fps = fps_sampler.get_last_avg_fps(6)
383 fps_sampler = system_sampler.SystemSampler(
385 end_condition = functools.partial(fps_near_zero, fps_sampler)
386 with fps_meter.FPSMeter(fps_sampler.sample):
416 samples = fps_sampler.get_samples()