Searched refs:tir_module (Results 1 – 9 of 9) sorted by relevance
10 from telemetry.web_perf import timeline_interaction_record as tir_module unknown16 self.assertTrue(tir_module.IsTimelineInteractionRecord(18 self.assertTrue(tir_module.IsTimelineInteractionRecord(20 self.assertFalse(tir_module.IsTimelineInteractionRecord(30 return tir_module.TimelineInteractionRecord.FromAsyncEvent(s)54 repeatable_marker = tir_module.GetJavaScriptMarker(55 'MyLabel', [tir_module.REPEATABLE])69 record = tir_module.TimelineInteractionRecord.FromAsyncEvent(s)101 record = tir_module.TimelineInteractionRecord.FromAsyncEvent(s)123 record = tir_module.TimelineInteractionRecord.FromAsyncEvent(s)
15 from telemetry.web_perf import timeline_interaction_record as tir_module unknown54 record_1 = tir_module.TimelineInteractionRecord('Gesture_included', 15, 25)55 record_2 = tir_module.TimelineInteractionRecord(57 record_3 = tir_module.TimelineInteractionRecord(59 record_4 = tir_module.TimelineInteractionRecord(61 record_5 = tir_module.TimelineInteractionRecord(63 record_6 = tir_module.TimelineInteractionRecord('Action_included', 15, 25)147 if tir_module.IsTimelineInteractionRecord(e.name):148 smooth_record = tir_module.TimelineInteractionRecord.FromAsyncEvent(e)
6 from telemetry.web_perf import timeline_interaction_record as tir_module unknown34 return tir_module.TimelineInteractionRecord(
28 from telemetry.web_perf import timeline_interaction_record as tir_module unknown105 if tir_module.IsTimelineInteractionRecord(event.name):106 interaction = tir_module.TimelineInteractionRecord.FromAsyncEvent(event)
10 from telemetry.web_perf import timeline_interaction_record as tir_module unknown38 except tir_module.NoThreadTimeDataException as e:
10 from telemetry.web_perf import timeline_interaction_record as tir_module unknown22 return tir_module.TimelineInteractionRecord.FromAsyncEvent(s)
10 from telemetry.web_perf import timeline_interaction_record as tir_module unknown16 INTERACTION_RECORDS = [tir_module.TimelineInteractionRecord("test-record",
12 from telemetry.web_perf import timeline_interaction_record as tir_module unknown20 INTERACTION_RECORDS = [tir_module.TimelineInteractionRecord("test-record",
14 from telemetry.web_perf import timeline_interaction_record as tir_module unknown23 tir_module.TimelineInteractionRecord.FromAsyncEvent(e)25 if tir_module.IsTimelineInteractionRecord(e.name)