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

Side by Side Diff: tools/deep_memory_profiler/policy.l0.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/policies.json ('k') | tools/deep_memory_profiler/policy.l1.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 23 matching lines...) Expand all
39 "name": "second", 39 "name": "second",
40 "stacktrace": "optional", 40 "stacktrace": "optional",
41 "allocator": "optional" 41 "allocator": "optional"
42 }, 42 },
43 { 43 {
44 "name": "mmap-profiler", 44 "name": "mmap-profiler",
45 "stacktrace": ".*(ProfilerMalloc|MemoryRegionMap::).*", 45 "stacktrace": ".*(ProfilerMalloc|MemoryRegionMap::).*",
46 "allocator": "mmap" 46 "allocator": "mmap"
47 }, 47 },
48 { 48 {
49 "name": "mmap-allocated-type", 49 "name": "mmap-type-profiler",
50 "stacktrace": ".*(AllocatedTypeMalloc).*", 50 "stacktrace": ".*(TypeProfilerMalloc).*",
51 "allocator": "mmap" 51 "allocator": "mmap"
52 }, 52 },
53 { 53 {
54 "name": "mmap-tcmalloc", 54 "name": "mmap-tcmalloc",
55 "stacktrace": ".*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSysAllocato r::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*", 55 "stacktrace": ".*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSysAllocato r::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*",
56 "allocator": "mmap" 56 "allocator": "mmap"
57 }, 57 },
58 { 58 {
59 "name": "FROM_HERE_FOR_TOTAL", 59 "name": "FROM_HERE_FOR_TOTAL",
60 "stacktrace": "optional", 60 "stacktrace": "optional",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "allocator": "optional" 146 "allocator": "optional"
147 }, 147 },
148 { 148 {
149 "name": "other", 149 "name": "other",
150 "stacktrace": "optional", 150 "stacktrace": "optional",
151 "allocator": "optional" 151 "allocator": "optional"
152 } 152 }
153 ], 153 ],
154 "version": "POLICY_DEEP_3" 154 "version": "POLICY_DEEP_3"
155 } 155 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/policies.json ('k') | tools/deep_memory_profiler/policy.l1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698