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

Unified Diff: tools/profile_chrome/chrome_controller.py

Issue 402803005: Move adb_profile_chrome to profile_chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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/profile_chrome/__init__.py ('k') | tools/profile_chrome/chrome_controller_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/profile_chrome/chrome_controller.py
diff --git a/tools/android/adb_profile_chrome/chrome_controller.py b/tools/profile_chrome/chrome_controller.py
similarity index 98%
rename from tools/android/adb_profile_chrome/chrome_controller.py
rename to tools/profile_chrome/chrome_controller.py
index e2ec85991bc1c65e8b046d876f38d618168cec96..1bfb37c8249946e28d050012672c4c9aab8136b3 100644
--- a/tools/android/adb_profile_chrome/chrome_controller.py
+++ b/tools/profile_chrome/chrome_controller.py
@@ -7,11 +7,12 @@ import os
import re
import time
-from adb_profile_chrome import controllers
+from profile_chrome import controllers
from pylib import pexpect
from pylib.device import intent
+
_HEAP_PROFILE_MMAP_PROPERTY = 'heapprof.mmap'
class ChromeTracingController(controllers.BaseController):
« no previous file with comments | « tools/profile_chrome/__init__.py ('k') | tools/profile_chrome/chrome_controller_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698