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

Unified Diff: tools/telemetry/telemetry/core/platform/profiler/perf_profiler.py

Issue 91573003: Make page_cycler.py fully measure memory for each page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Shadi's comment Created 7 years 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/core/platform/profiler/perf_profiler.py
diff --git a/tools/telemetry/telemetry/core/platform/profiler/perf_profiler.py b/tools/telemetry/telemetry/core/platform/profiler/perf_profiler.py
index 4634c028cb36feefbb9a8c031aab4c1e828c73c4..d18a7efc79d96931ad3b570e5c8e8aad9ea036cb 100644
--- a/tools/telemetry/telemetry/core/platform/profiler/perf_profiler.py
+++ b/tools/telemetry/telemetry/core/platform/profiler/perf_profiler.py
@@ -128,7 +128,7 @@ class PerfProfiler(profiler.Profiler):
os.chmod(android_prebuilt_profiler_helper.GetHostPath('perfhost'),
stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR)
android_prebuilt_profiler_helper.InstallOnDevice(
- browser_backend.adb, 'perf')
+ browser_backend.adb.Adb(), 'perf')
for pid, output_file in process_output_file_map.iteritems():
if 'zygote' in output_file:
continue

Powered by Google App Engine
This is Rietveld 408576698