Searched refs:foo_thread (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/ |
D | timeline_based_measurement_unittest.py | 79 def foo_thread(self): member in TimelineBasedMetricTestData 141 d.AddInteraction(d.foo_thread, ts=50, duration=15, 158 self.assertIn(d.foo_thread, d.threads_to_records_map) 159 interactions = d.threads_to_records_map[d.foo_thread] 168 d.AddInteraction(d.foo_thread, ts=25, duration=5, 183 d.AddInteraction(d.foo_thread, ts=20, duration=5, 191 d.AddInteraction(d.foo_thread, ts=20, duration=5,
|