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

  /external/chromium_org/tools/telemetry/telemetry/timeline/
trace_event_importer_unittest.py 11 import telemetry.timeline.model as timeline_model namespace
50 m = timeline_model.TimelineModel(timeline_data=timeline_data)
102 m = timeline_model.TimelineModel(timeline_data=timeline_data)
119 m = timeline_model.TimelineModel(timeline_data=timeline_data)
145 m = timeline_model.TimelineModel(timeline_data=timeline_data,
186 m = timeline_model.TimelineModel(timeline_data=timeline_data)
215 m = timeline_model.TimelineModel(timeline_data=timeline_data)
239 m = timeline_model.TimelineModel(timeline_data=timeline_data,
266 m = timeline_model.TimelineModel(timeline_data=timeline_data,
311 m = timeline_model.TimelineModel(timeline_data=timeline_data
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
strace_profiler.py 138 def _GenerateTraceMetadata(timeline_model):
140 for process in timeline_model.processes:
146 'name': timeline_model.processes[process].name
149 for thread in timeline_model.processes[process].threads:
156 'name': timeline_model.processes[process].threads[thread].name
245 timeline_model = model.TimelineModel(timeline_data)
246 out_json.extend(_GenerateTraceMetadata(timeline_model))
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_timeline_unittest.py 39 events = self._tab.timeline_model.GetAllEventsOfName('FireAnimationFrame')
inspector_network_unittest.py 30 self.assertTrue(self._tab.timeline_model)
31 return self._tab.timeline_model.GetAllEventsOfName('HTTPResponse')
inspector_backend.py 22 from telemetry.timeline import model as timeline_model namespace
184 def timeline_model(self): member in class:InspectorBackend
204 self._timeline_model = timeline_model.TimelineModel(
  /external/chromium_org/content/test/gpu/gpu_tests/
memory.py 68 timeline_model = model.TimelineModel(timeline_data)
69 for process in timeline_model.GetAllProcesses():
  /external/chromium_org/tools/perf/measurements/
image_decoding.py 45 timeline_model = model.TimelineModel(timeline_data)
52 decode_image_events = timeline_model.GetAllEventsOfName('Decode Image')
  /external/chromium_org/tools/telemetry/telemetry/core/
tab_unittest.py 103 timeline_model = model.TimelineModel(trace_data)
104 renderer_thread = timeline_model.GetRendererThreadFromTabId(
131 timeline_model = model.TimelineModel(trace_data)
135 renderer_thread = timeline_model.GetRendererThreadFromTabId(
144 renderer_thread = timeline_model.GetRendererThreadFromTabId(
152 self.assertIs(None, timeline_model.GetRendererThreadFromTabId(third_tab.id))
web_contents.py 140 def timeline_model(self): member in class:WebContents
141 return self._inspector_backend.timeline_model
  /external/chromium_org/tools/perf/metrics/
speedindex_unittest.py 66 def timeline_model(self): member in class:FakeTab
178 tab.timeline_model.SetAllEvents(_SAMPLE_EVENTS)
205 tab.timeline_model.SetAllEvents(
speedindex.py 180 events = tab.timeline_model.GetAllEvents()
195 (tab.timeline_model.GetAllEvents()[0].start, completeness))
network.py 143 self._events = tab.timeline_model.GetAllEventsOfName('HTTPResponse')
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
action_runner_unittest.py 28 timeline_model = model.TimelineModel(trace_data)
31 renderer_thread = timeline_model.GetRendererThreadFromTabId(self._tab.id)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
webdriver_tab_backend.py 103 def timeline_model(self): member in class:WebDriverTabBackend

Completed in 173 milliseconds