HomeSort by relevance Sort by last modified time
    Searched refs:_timeline_model (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/perf/measurements/
smoothness_controller.py 24 self._timeline_model = None
48 self._timeline_model = TimelineModel(
56 renderer_thread = self._timeline_model.GetRendererThreadFromTabId(
72 self._timeline_model, r))
93 self._timeline_model, renderer_thread, smooth_records, results)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_backend.py 57 self._timeline_model = None
185 return self._timeline_model
204 self._timeline_model = timeline_model.TimelineModel(
207 self._timeline_model = None
  /external/chromium_org/tools/perf/metrics/
speedindex_unittest.py 61 self._timeline_model = FakeTimelineModel()
67 return self._timeline_model

Completed in 1319 milliseconds