Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(595)

Unified Diff: tools/perf/measurements/smooth_gesture_util.py

Issue 439383002: Add GetThreadToInteractionRecordsMapsFromModel method to timeline_interaction_record. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/measurements/loading_trace.py ('k') | tools/perf/measurements/smoothness_controller.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/smooth_gesture_util.py
diff --git a/tools/perf/measurements/smooth_gesture_util.py b/tools/perf/measurements/smooth_gesture_util.py
index a7d95d78b6347b660e012f554576130beccad29c..b0656cdcdfe9166c3b4435aabafdd6512c5debc4 100644
--- a/tools/perf/measurements/smooth_gesture_util.py
+++ b/tools/perf/measurements/smooth_gesture_util.py
@@ -33,4 +33,6 @@ def GetAdjustedInteractionIfContainGesture(timeline, interaction_record):
'interaction_record %s.' % interaction_record.label)
return tir_module.TimelineInteractionRecord(interaction_record.label,
gesture_events[0].start,
- gesture_events[0].end)
+ gesture_events[0].end,
+ interaction_record.async_event,
+ [tir_module.IS_SMOOTH])
« no previous file with comments | « tools/perf/measurements/loading_trace.py ('k') | tools/perf/measurements/smoothness_controller.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698