HomeSort by relevance Sort by last modified time
    Searched full:addinteraction (Results 1 - 1 of 1) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/
timeline_based_measurement_unittest.py 90 def AddInteraction(self, thread, marker='', ts=0, duration=5):
137 d.AddInteraction(d.renderer_thread, ts=0, duration=20,
139 d.AddInteraction(d.renderer_thread, ts=25, duration=5,
141 d.AddInteraction(d.foo_thread, ts=50, duration=15,
166 d.AddInteraction(d.renderer_thread, ts=0, duration=20,
168 d.AddInteraction(d.foo_thread, ts=25, duration=5,
181 d.AddInteraction(d.renderer_thread, ts=10, duration=5,
183 d.AddInteraction(d.foo_thread, ts=20, duration=5,
189 d.AddInteraction(d.renderer_thread, ts=10, duration=5,
191 d.AddInteraction(d.foo_thread, ts=20, duration=5
    [all...]

Completed in 534 milliseconds