OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refresh_period
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/catapult/devil/devil/android/perf/
surface_stats_collector.py
47
(
refresh_period
, timestamps) = self._GetDataFromThread()
52
return (
refresh_period
, timestamps)
62
refresh_period
, new_timestamps = self._GetSurfaceFlingerFrameData()
63
if
refresh_period
is None or timestamps is None:
83
self._data_queue.put((
refresh_period
, timestamps))
165
refresh_period
= long(results[0]) / nanoseconds_per_millisecond
183
return (
refresh_period
, timestamps)
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
rendering_stats.py
150
self.
refresh_period
= None
203
self.
refresh_period
= event.args['data']['
refresh_period
']
smoothness_unittest.py
15
stats = ['
refresh_period
', 'frame_timestamps', 'frame_times', 'paint_times',
64
stats = _MockRenderingStats(
refresh_period
=10,
76
refresh_period
=10,
88
refresh_period
=10,
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend.py
170
refresh_period
, timestamps = self._surface_stats_collector.Stop()
185
'
refresh_period
':
refresh_period
,
Completed in 475 milliseconds