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

Unified Diff: tools/telemetry/telemetry/core/platform/power_monitor/ippet_power_monitor.py

Issue 526643002: [Telemetry] Change IPPET sample rate to 10Hz. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/platform/power_monitor/ippet_power_monitor.py
diff --git a/tools/telemetry/telemetry/core/platform/power_monitor/ippet_power_monitor.py b/tools/telemetry/telemetry/core/platform/power_monitor/ippet_power_monitor.py
index 3c89b2ded15f064350ced4001571ecef32b3d9e4..8564a0dabe47c425717e088ef60c8f64b8a693ea 100644
--- a/tools/telemetry/telemetry/core/platform/power_monitor/ippet_power_monitor.py
+++ b/tools/telemetry/telemetry/core/platform/power_monitor/ippet_power_monitor.py
@@ -109,7 +109,7 @@ class IppetPowerMonitor(power_monitor.PowerMonitor):
self._output_dir = tempfile.mkdtemp()
parameters = ['-log_dir', self._output_dir, '-signals', 'START,QUIT',
'-battery', 'n', '-disk', 'n', '-gpu', 'n',
- '-enable_web', 'n', '-zip', 'n']
+ '-enable_web', 'n', '-zip', 'n', '-i', '0.1']
try:
with contextlib.closing(win32event.CreateEvent(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698