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

Unified Diff: build/android/surface_stats.py

Issue 23681011: Android: splits cache_control and perf_control. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More files Created 7 years, 3 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 | « build/android/pylib/thermal_throttle.py ('k') | build/util/lib/common/perf_tests_results_helper.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/surface_stats.py
diff --git a/build/android/surface_stats.py b/build/android/surface_stats.py
index 1bce6ef4ac424deee4ca947fc6953e48efefe6c4..4b90216a870714f117b4cf2a8bbc61c305d38615 100755
--- a/build/android/surface_stats.py
+++ b/build/android/surface_stats.py
@@ -13,7 +13,8 @@ import optparse
import sys
import time
-from pylib import android_commands, surface_stats_collector
+from pylib import android_commands
+from pylib.perf import surface_stats_collector
from pylib.utils import run_tests_helper
« no previous file with comments | « build/android/pylib/thermal_throttle.py ('k') | build/util/lib/common/perf_tests_results_helper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698