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

Unified Diff: tools/deep_memory_profiler/sorter.vm-map.json

Issue 22352005: Add supports for nested breakdown in 'dmprof cat'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/lib/sorter.py ('k') | tools/deep_memory_profiler/sorter.vm-sharing.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/sorter.vm-map.json
diff --git a/tools/deep_memory_profiler/sorter.vm-map.json b/tools/deep_memory_profiler/sorter.vm-map.json
index f26e866d3a43f905f8720de6a369b4a03984a337..7fc4d27785f878774459128fde3cb111c44798b5 100644
--- a/tools/deep_memory_profiler/sorter.vm-map.json
+++ b/tools/deep_memory_profiler/sorter.vm-map.json
@@ -3,6 +3,7 @@
"version": 1,
"world": "vm",
"name": "map",
+ "root": true,
"order": {},
"rules": [
{
@@ -46,8 +47,11 @@
{
"name": "mmap-tcmalloc",
"backtrace_function": ".*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSysAllocator::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*",
- "mmap": true,
- "subworlds": [ "malloc" ]
+ "subs": [
+ [ "malloc", "component" ],
+ [ "malloc", "type" ]
+ ],
+ "mmap": true
},
{
"name": "mmap-v8-heap-newspace",
« no previous file with comments | « tools/deep_memory_profiler/lib/sorter.py ('k') | tools/deep_memory_profiler/sorter.vm-sharing.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698