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

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

Issue 1083413002: Remove repaint's reliance on auto issuing marker feature of smoothness_controller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | tools/perf/measurements/repaint_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/repaint.py
diff --git a/tools/perf/measurements/repaint.py b/tools/perf/measurements/repaint.py
index d7e56cb99a2efe4735b50ea0e4cc5441a7525cc5..14bb032b1c11cae3aa2541204108648255195c52 100644
--- a/tools/perf/measurements/repaint.py
+++ b/tools/perf/measurements/repaint.py
@@ -25,7 +25,8 @@ class Repaint(page_test.PageTest):
def WillRunActions(self, page, tab):
tab.WaitForDocumentReadyStateToBeComplete()
- self._smoothness_controller = smoothness_controller.SmoothnessController()
+ self._smoothness_controller = smoothness_controller.SmoothnessController(
+ auto_issuing_marker=False)
self._smoothness_controller.SetUp(page, tab)
self._smoothness_controller.Start(tab)
# Rasterize only what's visible.
« no previous file with comments | « no previous file | tools/perf/measurements/repaint_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698