Searched refs:AddInteraction (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/ |
D | timeline_based_measurement_unittest.py | 90 def AddInteraction(self, thread, marker='', ts=0, duration=5): member in TimelineBasedMetricTestData 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 …]
|