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

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

Issue 111773002: Revert 239784 "Make page_cycler.py fully measure memory for each..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/tools/telemetry/telemetry/core/platform/profiler/perf_profiler.py
===================================================================
--- trunk/src/tools/telemetry/telemetry/core/platform/profiler/perf_profiler.py (revision 239788)
+++ trunk/src/tools/telemetry/telemetry/core/platform/profiler/perf_profiler.py (working copy)
@@ -148,7 +148,7 @@
self._process_profilers = []
if platform_backend.GetOSName() == 'android':
android_prebuilt_profiler_helper.InstallOnDevice(
- browser_backend.adb.Adb(), 'perf')
+ browser_backend.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