Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
Dwebrtc_rendering_stats.py28 percent_out_of_sync=None, smoothness_score=None, freezing_score=None, argument
35 self.smoothness_score = smoothness_score
297 smoothness_score = 100.0 - 100.0 * (frames_oos_only_once +
301 if smoothness_score < 0:
302 smoothness_score = 0
304 return (percent_badly_oos, percent_out_of_sync, smoothness_score)
356 smoothness_score) = smoothness_stats
363 smoothness_score=smoothness_score, freezing_score=freezing_score,
Dwebrtc_rendering_stats_unittest.py238 smoothness_score=expected_smoothness_score,
251 self.assertEqual(expected_stats.smoothness_score, stats.smoothness_score)
267 self.assertIsNone(stats.smoothness_score)
Dwebrtc_rendering_timeline.py106 rendering_stats.smoothness_score,