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

Side by Side 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, 2 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
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "components": [ 2 "components": [
3 "second", 3 "second",
4 "mmap-profiler", 4 "mmap-profiler",
5 "mmap-allocated-type", 5 "mmap-type-profiler",
6 "mmap-tcmalloc", 6 "mmap-tcmalloc",
7 "FROM_HERE_FOR_TOTAL", 7 "FROM_HERE_FOR_TOTAL",
8 "mustbezero", 8 "mustbezero",
9 "nonprofiled-absent", 9 "nonprofiled-absent",
10 "nonprofiled-anonymous", 10 "nonprofiled-anonymous",
11 "nonprofiled-file-exec", 11 "nonprofiled-file-exec",
12 "nonprofiled-file-nonexec", 12 "nonprofiled-file-nonexec",
13 "nonprofiled-stack", 13 "nonprofiled-stack",
14 "nonprofiled-other", 14 "nonprofiled-other",
15 "no-bucket", 15 "no-bucket",
(...skipping 30 matching lines...) Expand all
46 "name": "second", 46 "name": "second",
47 "stacktrace": "optional", 47 "stacktrace": "optional",
48 "allocator": "optional" 48 "allocator": "optional"
49 }, 49 },
50 { 50 {
51 "name": "mmap-profiler", 51 "name": "mmap-profiler",
52 "stacktrace": ".*(ProfilerMalloc|MemoryRegionMap::).*", 52 "stacktrace": ".*(ProfilerMalloc|MemoryRegionMap::).*",
53 "allocator": "mmap" 53 "allocator": "mmap"
54 }, 54 },
55 { 55 {
56 "name": "mmap-allocated-type", 56 "name": "mmap-type-profiler",
57 "stacktrace": ".*(AllocatedTypeMalloc).*", 57 "stacktrace": ".*(TypeProfilerMalloc).*",
58 "allocator": "mmap" 58 "allocator": "mmap"
59 }, 59 },
60 { 60 {
61 "name": "mmap-tcmalloc", 61 "name": "mmap-tcmalloc",
62 "stacktrace": ".*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSysAllocato r::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*", 62 "stacktrace": ".*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSysAllocato r::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*",
63 "allocator": "mmap" 63 "allocator": "mmap"
64 }, 64 },
65 { 65 {
66 "name": "FROM_HERE_FOR_TOTAL", 66 "name": "FROM_HERE_FOR_TOTAL",
67 "stacktrace": "optional", 67 "stacktrace": "optional",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "allocator": "optional" 188 "allocator": "optional"
189 }, 189 },
190 { 190 {
191 "name": "other", 191 "name": "other",
192 "stacktrace": "optional", 192 "stacktrace": "optional",
193 "allocator": "optional" 193 "allocator": "optional"
194 } 194 }
195 ], 195 ],
196 "version": "POLICY_DEEP_3" 196 "version": "POLICY_DEEP_3"
197 } 197 }
OLDNEW
« 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