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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "type": "sorter", 2 "type": "sorter",
3 "version": 1, 3 "version": 1,
4 "world": "vm", 4 "world": "vm",
5 "name": "map", 5 "name": "map",
6 "root": true,
6 "order": {}, 7 "order": {},
7 "rules": [ 8 "rules": [
8 { 9 {
9 "name": "mmap-profiler", 10 "name": "mmap-profiler",
10 "backtrace_function": ".*(ProfilerMalloc|MemoryRegionMap::).*", 11 "backtrace_function": ".*(ProfilerMalloc|MemoryRegionMap::).*",
11 "mmap": true, 12 "mmap": true,
12 "hidden": true 13 "hidden": true
13 }, 14 },
14 { 15 {
15 "name": "mmap-type-profiler", 16 "name": "mmap-type-profiler",
(...skipping 23 matching lines...) Expand all
39 "mmap": false 40 "mmap": false
40 }, 41 },
41 { 42 {
42 "name": "unhooked-other", 43 "name": "unhooked-other",
43 "mapped_pathname": ".*", 44 "mapped_pathname": ".*",
44 "mmap": false 45 "mmap": false
45 }, 46 },
46 { 47 {
47 "name": "mmap-tcmalloc", 48 "name": "mmap-tcmalloc",
48 "backtrace_function": ".*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSys Allocator::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*", 49 "backtrace_function": ".*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSys Allocator::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*",
49 "mmap": true, 50 "subs": [
50 "subworlds": [ "malloc" ] 51 [ "malloc", "component" ],
52 [ "malloc", "type" ]
53 ],
54 "mmap": true
51 }, 55 },
52 { 56 {
53 "name": "mmap-v8-heap-newspace", 57 "name": "mmap-v8-heap-newspace",
54 "backtrace_function": ".*v8::internal::NewSpace::SetUp.*", 58 "backtrace_function": ".*v8::internal::NewSpace::SetUp.*",
55 "mmap": true 59 "mmap": true
56 }, 60 },
57 { 61 {
58 "name": "mmap-v8-heap-coderange", 62 "name": "mmap-v8-heap-coderange",
59 "backtrace_function": ".*v8::internal::CodeRange::SetUp.*", 63 "backtrace_function": ".*v8::internal::CodeRange::SetUp.*",
60 "mmap": true 64 "mmap": true
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "backtrace_function": ".*SkTypeface::openStream.*", 98 "backtrace_function": ".*SkTypeface::openStream.*",
95 "mmap": true 99 "mmap": true
96 }, 100 },
97 { 101 {
98 "name": "mmap-catch-all", 102 "name": "mmap-catch-all",
99 "backtrace_function": ".*", 103 "backtrace_function": ".*",
100 "mmap": true 104 "mmap": true
101 } 105 }
102 ] 106 ]
103 } 107 }
OLDNEW
« 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