Searched refs:TimelineInteractionRecord (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/tools/perf/measurements/
H A Dsmooth_gesture_util.py34 return tir_module.TimelineInteractionRecord(
H A Dsmooth_gesture_util_unittest.py54 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)
144 smooth_record = tir_module.TimelineInteractionRecord.FromAsyncEvent(e)
H A Dloading_trace.py32 record = tir_module.TimelineInteractionRecord(
H A Dtimeline_controller.py63 r = tir_module.TimelineInteractionRecord.FromAsyncEvent(event)
H A Dsmoothness_controller.py80 r = tir_module.TimelineInteractionRecord.FromAsyncEvent(event)
/external/chromium_org/tools/telemetry/telemetry/web_perf/
H A Dtimeline_interaction_record_unittest.py30 return tir_module.TimelineInteractionRecord.FromAsyncEvent(s)
81 record = tir_module.TimelineInteractionRecord.FromAsyncEvent(s)
113 record = tir_module.TimelineInteractionRecord.FromAsyncEvent(s)
115 'TimelineInteractionRecord(label=\'Test\', '
135 record = tir_module.TimelineInteractionRecord.FromAsyncEvent(s)
H A Dtimeline_interaction_record.py66 class TimelineInteractionRecord(object): class in inherits:object
98 then cause a TimelineInteractionRecord to be created for this range with
148 # constructor method for TimelineInteractionRecord.
259 return ('TimelineInteractionRecord(label=\'%s\', start=%f, end=%f,' +
H A Dtimeline_based_measurement.py79 return [tir_module.TimelineInteractionRecord.FromAsyncEvent(event) for
/external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
H A Dmainthread_jank_stats_unittest.py22 return tir_module.TimelineInteractionRecord.FromAsyncEvent(s)
H A Dfast_metric_unittest.py47 tir_module.TimelineInteractionRecord.FromAsyncEvent(s)
/external/chromium_org/tools/telemetry/examples/
H A Dmeasure_trace.py37 tir_module.TimelineInteractionRecord.FromAsyncEvent(event))
/external/chromium_org/tools/perf/metrics/
H A Dtimeline_unittest.py13 return tir_module.TimelineInteractionRecord("test-record", start, end)
/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Daction_runner_unittest.py23 tir_module.TimelineInteractionRecord.FromAsyncEvent(e)

Completed in 320 milliseconds