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

Unified Diff: tools/perf/page_sets/key_idle_power_cases.py

Issue 1140353003: [Telemetry] Disable auto issuing record for thread_times (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix blink_style & key_idle_power_cases Created 5 years, 7 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/timeline_controller.py ('k') | tools/perf/page_sets/tough_compositor_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/key_idle_power_cases.py
diff --git a/tools/perf/page_sets/key_idle_power_cases.py b/tools/perf/page_sets/key_idle_power_cases.py
index 207a1e31495990886cef8edc79ca282c1453aef7..c5ed0ce8dbf73c8ec150c8df63ba6c1d131dd58d 100644
--- a/tools/perf/page_sets/key_idle_power_cases.py
+++ b/tools/perf/page_sets/key_idle_power_cases.py
@@ -33,7 +33,8 @@ class KeyIdlePowerPage(page_module.Page):
def RunPageInteractions(self, action_runner):
# The page interaction is simply waiting in an idle state.
- action_runner.Wait(20)
+ with action_runner.CreateInteraction('IdleWaiting'):
+ action_runner.Wait(20)
class KeyIdlePowerCasesPageSet(page_set_module.PageSet):
« no previous file with comments | « tools/perf/measurements/timeline_controller.py ('k') | tools/perf/page_sets/tough_compositor_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698