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

Unified Diff: tools/telemetry/telemetry/multi_page_benchmark.py

Issue 11361165: [chrome_remote_control] Rename chrome_remote_control to telemetry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
Index: tools/telemetry/telemetry/multi_page_benchmark.py
diff --git a/tools/chrome_remote_control/chrome_remote_control/multi_page_benchmark.py b/tools/telemetry/telemetry/multi_page_benchmark.py
similarity index 98%
rename from tools/chrome_remote_control/chrome_remote_control/multi_page_benchmark.py
rename to tools/telemetry/telemetry/multi_page_benchmark.py
index 064a5d3408fc19e617818339fd688b624ed445cc..a17a031d815738470cb9087070707f2f273505ac 100644
--- a/tools/chrome_remote_control/chrome_remote_control/multi_page_benchmark.py
+++ b/tools/telemetry/telemetry/multi_page_benchmark.py
@@ -5,7 +5,7 @@ from collections import defaultdict
import os
import sys
-from chrome_remote_control import page_test
+from telemetry import page_test
# Get build/android/pylib scripts into our path.
# TODO(tonyg): Move perf_tests_helper.py to a common location.
@@ -158,7 +158,7 @@ class MultiPageBenchmark(page_test.PageTest):
"""Override to actually measure the page's performance.
page is a page_set.Page
- tab is an instance of chrome_remote_control.Tab
+ tab is an instance of telemetry.Tab
Should call results.Add(name, units, value) for each result, or raise an
exception on failure. The name and units of each Add() call must be
« no previous file with comments | « tools/telemetry/telemetry/inspector_runtime_unittest.py ('k') | tools/telemetry/telemetry/multi_page_benchmark_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698