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

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

Issue 1067883002: [Telemetry] Add the feature of narrowing down the "gesture" interaction record to TBM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix import statement in timeline_controller Created 5 years, 8 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
Index: tools/perf/measurements/timeline_controller.py
diff --git a/tools/perf/measurements/timeline_controller.py b/tools/perf/measurements/timeline_controller.py
index 0ddca5eac9a21716cb2f99676db24bcc804da769..3b0db0ab634f7dff9571d44eab50b062f2b459bc 100644
--- a/tools/perf/measurements/timeline_controller.py
+++ b/tools/perf/measurements/timeline_controller.py
@@ -7,10 +7,9 @@ from telemetry.core.platform import tracing_options
from telemetry.page import action_runner
from telemetry.timeline.model import TimelineModel
from telemetry.value import trace
+from telemetry.web_perf import smooth_gesture_util
from telemetry.web_perf import timeline_interaction_record as tir_module
-from measurements import smooth_gesture_util
-
RUN_SMOOTH_ACTIONS = 'RunSmoothAllActions'
« no previous file with comments | « tools/perf/measurements/smoothness_controller.py ('k') | tools/telemetry/telemetry/web_perf/smooth_gesture_util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698