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

Unified Diff: tools/perf/page_sets/key_mobile_sites_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 | « tools/perf/measurements/smoothness_controller.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/key_mobile_sites_repaint.py
diff --git a/tools/perf/page_sets/key_mobile_sites_repaint.py b/tools/perf/page_sets/key_mobile_sites_repaint.py
index aace81a96d0ac43c44886bc6ca5388c2673e8115..6cb996318c613052ef6c5df5dbd7932ad781d24a 100644
--- a/tools/perf/page_sets/key_mobile_sites_repaint.py
+++ b/tools/perf/page_sets/key_mobile_sites_repaint.py
@@ -8,7 +8,8 @@ from page_sets import key_mobile_sites_pages
def _RepaintContinously(action_runner):
- action_runner.RepaintContinuously(seconds=5)
+ with action_runner.CreateInteraction('Repaint'):
+ action_runner.RepaintContinuously(seconds=5)
def _CreatePageClassWithRepaintInteractions(page_cls):
« no previous file with comments | « tools/perf/measurements/smoothness_controller.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698