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

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

Issue 1013803003: [Telemetry] Remove is_smooth flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix failing test Created 5 years, 9 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 | « no previous file | tools/perf/measurements/smooth_gesture_util_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/oilpan_gc_times.py
diff --git a/tools/perf/measurements/oilpan_gc_times.py b/tools/perf/measurements/oilpan_gc_times.py
index ef7a9fd37c40a97bc15e7a57b735e928f68acdc0..1d927556dfcccfe4f2efba9861d864a9e8d5c3e4 100644
--- a/tools/perf/measurements/oilpan_gc_times.py
+++ b/tools/perf/measurements/oilpan_gc_times.py
@@ -144,8 +144,7 @@ class OilpanGCTimesForSmoothness(_OilpanGCTimesBase):
def WillRunActions(self, page, tab):
runner = action_runner.ActionRunner(tab)
- self._interaction = runner.BeginInteraction(_RUN_SMOOTH_ACTIONS,
- is_smooth=True)
+ self._interaction = runner.BeginInteraction(_RUN_SMOOTH_ACTIONS)
def DidRunActions(self, page, tab):
self._interaction.End()
« no previous file with comments | « no previous file | tools/perf/measurements/smooth_gesture_util_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698