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

Side by Side Diff: tools/deep_memory_profiler/policy.android.browser.json

Issue 14822011: dmprof breakdown policy for the Android browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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
« no previous file with comments | « tools/deep_memory_profiler/policies.json ('k') | no next file » | 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-type-profiler", 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 "unhooked-absent", 9 "unhooked-absent",
10 "unhooked-anonymous", 10 "unhooked-anonymous",
11 "unhooked-file-exec", 11 "unhooked-file-exec",
12 "unhooked-file-nonexec", 12 "unhooked-file-nonexec",
13 "unhooked-stack", 13 "unhooked-stack",
14 "unhooked-other", 14 "unhooked-other",
15 "no-bucket", 15 "no-bucket",
16 "mmap-v8-heap-newspace", 16 "mmap-gpu-transferbuffer",
17 "mmap-v8-heap-coderange", 17 "mmap-gpu-ringbuffer",
18 "mmap-v8-heap-pagedspace",
19 "mmap-v8-other",
20 "mmap-catch-all", 18 "mmap-catch-all",
21 "tc-v8", 19 "tc-disk_cache-backing",
22 "tc-skia", 20 "tc-disk_cache-other",
23 "tc-webkit-catch-all", 21 "tc-sqlite3MemAlloc",
24 "tc-unknown-string", 22 "tc-angle",
23 "tc-crypto",
24 "tc-net-iobuffer",
25 "tc-stl-string",
26 "tc-stl-rbtree",
27 "tc-stl-vector",
28 "tc-stl-hashtable",
29 "tc-stl-node",
25 "tc-catch-all", 30 "tc-catch-all",
26 "tc-unused", 31 "tc-unused",
27 "UNTIL_HERE_FOR_TOTAL", 32 "UNTIL_HERE_FOR_TOTAL",
28 "total-exclude-profiler", 33 "total-exclude-profiler",
29 "total", 34 "total",
30 "absent", 35 "absent",
31 "anonymous", 36 "anonymous",
32 "file-exec", 37 "file-exec",
33 "file-nonexec", 38 "file-nonexec",
34 "stack", 39 "stack",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "name": "unhooked-stack", 102 "name": "unhooked-stack",
98 "stacktrace": "optional", 103 "stacktrace": "optional",
99 "allocator": "optional" 104 "allocator": "optional"
100 }, 105 },
101 { 106 {
102 "name": "unhooked-other", 107 "name": "unhooked-other",
103 "stacktrace": "optional", 108 "stacktrace": "optional",
104 "allocator": "optional" 109 "allocator": "optional"
105 }, 110 },
106 { 111 {
107 "name": "mmap-v8-heap-newspace", 112 "name": "mmap-gpu-transferbuffer",
108 "stacktrace": ".*v8::internal::NewSpace::SetUp.*", 113 "stacktrace": ".*gpu::TransferBufferManager::RegisterTransferBuffer.*",
109 "allocator": "mmap" 114 "allocator": "mmap"
110 }, 115 },
111 { 116 {
112 "name": "mmap-v8-heap-coderange", 117 "name": "mmap-gpu-ringbuffer",
113 "stacktrace": ".*v8::internal::CodeRange::SetUp.*", 118 "stacktrace": ".*gpu::CommandBufferHelper::AllocateRingBuffer.*",
114 "allocator": "mmap"
115 },
116 {
117 "name": "mmap-v8-heap-pagedspace",
118 "stacktrace": ".*v8::internal::PagedSpace::AllocateRaw.*",
119 "allocator": "mmap"
120 },
121 {
122 "name": "mmap-v8-other",
123 "stacktrace": ".*v8::.*",
124 "allocator": "mmap" 119 "allocator": "mmap"
125 }, 120 },
126 { 121 {
127 "name": "mmap-catch-all", 122 "name": "mmap-catch-all",
128 "stacktrace": ".*", 123 "stacktrace": ".*",
129 "allocator": "mmap" 124 "allocator": "mmap"
130 }, 125 },
131 { 126 {
132 "name": "tc-v8", 127 "name": "tc-disk_cache-backing",
133 "stacktrace": ".*v8::.*", 128 "stacktrace": ".*disk_cache::BackendImpl::InitBackingStore.*",
134 "allocator": "malloc" 129 "allocator": "malloc"
135 }, 130 },
136 { 131 {
137 "name": "tc-skia", 132 "name": "tc-disk_cache-other",
138 "stacktrace": ".*Sk[A-Za-z_]+::.*", 133 "stacktrace": ".*disk_cache::.*",
139 "allocator": "malloc" 134 "allocator": "malloc"
140 }, 135 },
141 { 136 {
142 "name": "tc-webkit-catch-all", 137 "name": "tc-sqlite3MemAlloc",
143 "stacktrace": ".*(WTF::|WebCore::|WebKit::).*", 138 "stacktrace": ".*sqlite3MemMalloc.*",
144 "allocator": "malloc" 139 "allocator": "malloc"
145 }, 140 },
146 { 141 {
147 "name": "tc-unknown-string", 142 "name": "tc-angle",
148 "stacktrace": ".*std::basic_string::_Rep::_S_create.*", 143 "stacktrace": ".*TPoolAllocator::allocate.*",
149 "allocator": "malloc" 144 "allocator": "malloc"
150 }, 145 },
151 { 146 {
147 "name": "tc-crypto",
148 "stacktrace": ".*(CRYPTO_malloc|CRYPTO_realloc).*",
149 "allocator": "malloc"
150 },
151 {
152 "name": "tc-net-iobuffer",
153 "stacktrace": ".*net::IOBuffer::IOBuffer.*",
154 "allocator": "malloc"
155 },
156 {
157 "name": "tc-stl-string",
158 "stacktrace": ".*std::basic_string::.*",
159 "allocator": "malloc"
160 },
161 {
162 "name": "tc-stl-rbtree",
163 "stacktrace": ".*std::priv::_Rb_tree::.*",
164 "allocator": "malloc"
165 },
166 {
167 "name": "tc-stl-vector",
168 "stacktrace": ".*std::priv::_Impl_vector::.*",
169 "allocator": "malloc"
170 },
171 {
172 "name": "tc-stl-hashtable",
173 "stacktrace": ".*std::hashtable::.*",
174 "allocator": "malloc"
175 },
176 {
177 "name": "tc-stl-node",
178 "stacktrace": ".*std::priv::_Impl_vector::.*",
179 "allocator": "malloc"
180 },
181 {
152 "name": "tc-catch-all", 182 "name": "tc-catch-all",
153 "stacktrace": ".*", 183 "stacktrace": ".*",
154 "allocator": "malloc" 184 "allocator": "malloc"
155 }, 185 },
156 { 186 {
157 "name": "UNTIL_HERE_FOR_TOTAL", 187 "name": "UNTIL_HERE_FOR_TOTAL",
158 "stacktrace": "optional", 188 "stacktrace": "optional",
159 "allocator": "optional" 189 "allocator": "optional"
160 }, 190 },
161 { 191 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "allocator": "optional" 224 "allocator": "optional"
195 }, 225 },
196 { 226 {
197 "name": "other", 227 "name": "other",
198 "stacktrace": "optional", 228 "stacktrace": "optional",
199 "allocator": "optional" 229 "allocator": "optional"
200 } 230 }
201 ], 231 ],
202 "version": "POLICY_DEEP_3" 232 "version": "POLICY_DEEP_3"
203 } 233 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/policies.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698