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

Side by Side Diff: tools/deep_memory_profiler/policy.l2.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.l1.json ('k') | tools/deep_memory_profiler/policy.t0.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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "name": "second", 69 "name": "second",
70 "stacktrace": "optional", 70 "stacktrace": "optional",
71 "allocator": "optional" 71 "allocator": "optional"
72 }, 72 },
73 { 73 {
74 "name": "mmap-profiler", 74 "name": "mmap-profiler",
75 "stacktrace": ".*(ProfilerMalloc|MemoryRegionMap::).*", 75 "stacktrace": ".*(ProfilerMalloc|MemoryRegionMap::).*",
76 "allocator": "mmap" 76 "allocator": "mmap"
77 }, 77 },
78 { 78 {
79 "name": "mmap-allocated-type", 79 "name": "mmap-type-profiler",
80 "stacktrace": ".*(AllocatedTypeMalloc).*", 80 "stacktrace": ".*(TypeProfilerMalloc).*",
81 "allocator": "mmap" 81 "allocator": "mmap"
82 }, 82 },
83 { 83 {
84 "name": "mmap-tcmalloc", 84 "name": "mmap-tcmalloc",
85 "stacktrace": ".*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSysAllocato r::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*", 85 "stacktrace": ".*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSysAllocato r::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*",
86 "allocator": "mmap" 86 "allocator": "mmap"
87 }, 87 },
88 { 88 {
89 "name": "FROM_HERE_FOR_TOTAL", 89 "name": "FROM_HERE_FOR_TOTAL",
90 "stacktrace": "optional", 90 "stacktrace": "optional",
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 "allocator": "optional" 436 "allocator": "optional"
437 }, 437 },
438 { 438 {
439 "name": "other", 439 "name": "other",
440 "stacktrace": "optional", 440 "stacktrace": "optional",
441 "allocator": "optional" 441 "allocator": "optional"
442 } 442 }
443 ], 443 ],
444 "version": "POLICY_DEEP_3" 444 "version": "POLICY_DEEP_3"
445 } 445 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/policy.l1.json ('k') | tools/deep_memory_profiler/policy.t0.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698