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

Unified Diff: tools/deep_memory_profiler/policy.l1.json

Issue 10825075: Classify memory usage by allocated type in Deep Memory Profiler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 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 | « tools/deep_memory_profiler/policy.l0.json ('k') | tools/deep_memory_profiler/policy.l2.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/policy.l1.json
diff --git a/tools/deep_memory_profiler/policy.l1.json b/tools/deep_memory_profiler/policy.l1.json
index f300b90677c1dd777733ffd2d66e3653486a5ca5..104a1be5fbf210514c77f0a7a62862ecf88efa44 100644
--- a/tools/deep_memory_profiler/policy.l1.json
+++ b/tools/deep_memory_profiler/policy.l1.json
@@ -2,7 +2,7 @@
"components": [
"second",
"mmap-profiler",
- "mmap-allocated-type",
+ "mmap-type-profiler",
"mmap-tcmalloc",
"FROM_HERE_FOR_TOTAL",
"mustbezero",
@@ -53,8 +53,8 @@
"allocator": "mmap"
},
{
- "name": "mmap-allocated-type",
- "stacktrace": ".*(AllocatedTypeMalloc).*",
+ "name": "mmap-type-profiler",
+ "stacktrace": ".*(TypeProfilerMalloc).*",
"allocator": "mmap"
},
{
« no previous file with comments | « tools/deep_memory_profiler/policy.l0.json ('k') | tools/deep_memory_profiler/policy.l2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698