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

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

Issue 15093008: Telemetry: integrates memory_measurement with TCMalloc dumps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments Created 7 years, 7 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
Index: tools/telemetry/telemetry/core/platform/profiler/profiler_finder.py
diff --git a/tools/telemetry/telemetry/core/platform/profiler/profiler_finder.py b/tools/telemetry/telemetry/core/platform/profiler/profiler_finder.py
index 7b838285f3007ecafc53d91171693d27e3fecf37..c42e50316d00e687392608d5e4d67c0867473c08 100644
--- a/tools/telemetry/telemetry/core/platform/profiler/profiler_finder.py
+++ b/tools/telemetry/telemetry/core/platform/profiler/profiler_finder.py
@@ -6,13 +6,14 @@ from telemetry.core.platform.profiler import iprofiler_profiler
from telemetry.core.platform.profiler import java_heap_profiler
from telemetry.core.platform.profiler import perf_profiler
from telemetry.core.platform.profiler import sample_profiler
-
+from telemetry.core.platform.profiler import tcmalloc_heap_profiler
_PROFILERS = [
iprofiler_profiler.IprofilerProfiler,
java_heap_profiler.JavaHeapProfiler,
perf_profiler.PerfProfiler,
sample_profiler.SampleProfiler,
+ tcmalloc_heap_profiler.TCMallocHeapProfiler,
]
« no previous file with comments | « tools/telemetry/telemetry/core/browser.py ('k') | tools/telemetry/telemetry/core/platform/profiler/tcmalloc_heap_profiler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698