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

Unified Diff: chrome/test/media_router/telemetry/media_router_config.py

Issue 1907073002: Update cpu and memory metric calculation and several small improvements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Jennifer's comment Created 4 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 | « chrome/test/media_router/telemetry/benchmarks/pagesets/media_router_perf_pages.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/media_router/telemetry/media_router_config.py
diff --git a/chrome/test/media_router/telemetry/media_router_config.py b/chrome/test/media_router/telemetry/media_router_config.py
index 469ba8bc0f3a8c255343d92024c57428f7a23fa5..2c06ff77864c751801854a372cd1158be22720d8 100644
--- a/chrome/test/media_router/telemetry/media_router_config.py
+++ b/chrome/test/media_router/telemetry/media_router_config.py
@@ -10,6 +10,10 @@ sys.path.append(os.path.join(os.path.dirname(__file__),
os.pardir, os.pardir, os.pardir,
os.pardir, 'tools', 'perf'))
+# Add //chrome/test/media_router/internal to system path.
+sys.path.append(os.path.join(os.path.dirname(__file__),
+ os.pardir, 'internal'))
+
from chrome_telemetry_build import chromium_config
TELEMETRY_DIR = chromium_config.GetTelemetryDir()
« no previous file with comments | « chrome/test/media_router/telemetry/benchmarks/pagesets/media_router_perf_pages.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698