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

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

Issue 148133003: Better grouping of data in Deep Memory Profiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Skipped the logging changes. Created 6 years, 10 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 | « no previous file | 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-others", 12 "unhooked-file-nonexec-others",
13 "unhooked-file-nonexec-group", 13 "unhooked-file-nonexec-group",
14 "unhooked-file-nonexec", 14 "unhooked-file-nonexec",
15 "unhooked-stack", 15 "unhooked-stack",
16 "unhooked-other", 16 "unhooked-other",
17 "no-bucket", 17 "no-bucket",
18 "mmap-v8-heap-newspace", 18 "mmap-v8-heap-newspace",
19 "mmap-v8-heap-coderange", 19 "mmap-v8-heap-coderange",
20 "mmap-v8-heap-pagedspace", 20 "mmap-v8-heap-pagedspace",
21 "mmap-v8-other", 21 "mmap-v8-other",
22 "mmap-gpu-mappedmemorymanager", 22 "mmap-gpu-mappedmemorymanager",
23 "mmap-gpu-command-ringbuffer", 23 "mmap-gpu-command-ringbuffer",
24 "mmap-gpu-transfer-ringbuffer", 24 "mmap-gpu-transfer-ringbuffer",
25 "mmap-gpu-gles2-createbuffer", 25 "mmap-gpu-gles2-createbuffer",
26 "mmap-skia-font", 26 "mmap-skia-font",
27 "mmap-blink-css",
28 "mmap-blink-document",
29 "mmap-blink-layout",
27 "mmap-catch-all", 30 "mmap-catch-all",
31 "tc-histogram",
28 "tc-glib", 32 "tc-glib",
29 "tc-std-bits-string",
30 "tc-std-bits-ptsynch",
31 "tc-skia", 33 "tc-skia",
32 "tc-sqlite", 34 "tc-sqlite",
33 "tc-syncer", 35 "tc-syncer",
34 "tc-domstorage", 36 "tc-domstorage",
35 "tc-safebrowsingdatabase", 37 "tc-safebrowsingdatabase",
36 "tc-threadcontext", 38 "tc-threadcontext",
37 "tc-leveldb-readblock", 39 "tc-leveldb-readblock",
38 "tc-leveldb", 40 "tc-leveldb",
39 "tc-spdy-doreadloop", 41 "tc-spdy-doreadloop",
40 "tc-spdy", 42 "tc-spdy",
41 "tc-net-sslconnectjob", 43 "tc-net-sslconnectjob",
42 "tc-history-thumbnails", 44 "tc-history-thumbnails",
43 "tc-history-urlindex-privatedata", 45 "tc-history-urlindex-privatedata",
44 "tc-crlset", 46 "tc-crlset",
45 "tc-extension-host", 47 "tc-extension-host",
48 "tc-extension-catch-all",
46 "tc-bookmark-codec", 49 "tc-bookmark-codec",
50 "tc-blink-css",
47 "tc-webkit-catch-all", 51 "tc-webkit-catch-all",
48 "tc-v8-catch-all", 52 "tc-v8-catch-all",
49 "tc-toplevel-string", 53 "tc-toplevel-string",
54 "tc-std-bits-string",
55 "tc-std-bits-ptsynch",
50 "tc-std-treemap", 56 "tc-std-treemap",
51 "tc-std-hashmap", 57 "tc-std-hashmap",
52 "tc-std-vector", 58 "tc-std-vector",
53 "tc-std-other", 59 "tc-std-other",
54 "tc-catch-all", 60 "tc-catch-all",
55 "tc-unused", 61 "tc-unused",
56 "UNTIL_HERE_FOR_TOTAL", 62 "UNTIL_HERE_FOR_TOTAL",
57 "total-exclude-profiler", 63 "total-exclude-profiler",
58 "total", 64 "total",
59 "absent", 65 "absent",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "name": "mmap-gpu-gles2-createbuffer", 190 "name": "mmap-gpu-gles2-createbuffer",
185 "stacktrace": ".*gpu::gles2::BufferTracker::CreateBuffer.*", 191 "stacktrace": ".*gpu::gles2::BufferTracker::CreateBuffer.*",
186 "allocator": "mmap" 192 "allocator": "mmap"
187 }, 193 },
188 { 194 {
189 "name": "mmap-skia-font", 195 "name": "mmap-skia-font",
190 "stacktrace": ".*SkTypeface::openStream.*", 196 "stacktrace": ".*SkTypeface::openStream.*",
191 "allocator": "mmap" 197 "allocator": "mmap"
192 }, 198 },
193 { 199 {
200 "name": "mmap-blink-css",
201 "stacktrace": ".*WebCore::Element::createPseudo.*",
202 "allocator": "mmap"
203 },
204 {
205 "name": "mmap-blink-document",
206 "stacktrace": ".*WebCore::.*(DocumentType::Comment|Text|(HTML|SVG).*Elemen t)::create.*",
207 "allocator": "mmap"
208 },
209 {
210 "name": "mmap-blink-layout",
211 "stacktrace": ".*WebCore::Render.*",
212 "allocator": "mmap"
213 },
214 {
194 "name": "mmap-catch-all", 215 "name": "mmap-catch-all",
195 "stacktrace": ".*", 216 "stacktrace": ".*",
196 "allocator": "mmap" 217 "allocator": "mmap"
197 }, 218 },
198 { 219 {
220 "name": "tc-histogram",
221 "stacktrace": ".*([hH]istogram|UseCount).*",
222 "allocator": "malloc"
223 },
224 {
199 "name": "tc-glib", 225 "name": "tc-glib",
200 "stacktrace": ".*(g_realloc|g_malloc.?|slab_allocator_alloc_chunk)($| .*)" , 226 "stacktrace": ".*(g_realloc|g_malloc.?|slab_allocator_alloc_chunk)($| .*)" ,
201 "allocator": "malloc" 227 "allocator": "malloc"
202 }, 228 },
203 { 229 {
204 "name": "tc-std-bits-string",
205 "stacksourcefile": ".*/usr/include/.*/bits/string.*",
206 "allocator": "malloc"
207 },
208 {
209 "name": "tc-std-bits-ptsynch",
210 "stacksourcefile": "/usr/include/.*/bits/ptsynch.*",
211 "allocator": "malloc"
212 },
213 {
214 "name": "tc-skia", 230 "name": "tc-skia",
215 "stacktrace": ".* Sk[A-Za-z_]+::.*", 231 "stacktrace": ".* Sk[A-Za-z_]+::.*",
216 "allocator": "malloc" 232 "allocator": "malloc"
217 }, 233 },
218 { 234 {
219 "name": "tc-sqlite", 235 "name": "tc-sqlite",
220 "stacktrace": ".*sqlite3Mem(Malloc|Realloc).*", 236 "stacktrace": ".*sqlite3Mem(Malloc|Realloc).*",
221 "allocator": "malloc" 237 "allocator": "malloc"
222 }, 238 },
223 { 239 {
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "name": "tc-crlset", 296 "name": "tc-crlset",
281 "stacktrace": ".*CRLSetFetcher::LoadFromDisk.*", 297 "stacktrace": ".*CRLSetFetcher::LoadFromDisk.*",
282 "allocator": "malloc" 298 "allocator": "malloc"
283 }, 299 },
284 { 300 {
285 "name": "tc-extension-host", 301 "name": "tc-extension-host",
286 "stacktrace": ".*extensions::ExtensionHost::ExtensionHost.*", 302 "stacktrace": ".*extensions::ExtensionHost::ExtensionHost.*",
287 "allocator": "malloc" 303 "allocator": "malloc"
288 }, 304 },
289 { 305 {
306 "name": "tc-extension-catch-all",
307 "stacktrace": ".*extensions::.*",
308 "allocator": "malloc"
309 },
310 {
290 "name": "tc-bookmark-codec", 311 "name": "tc-bookmark-codec",
291 "stacktrace": ".*BookmarkCodec::.*", 312 "stacktrace": ".*BookmarkCodec::.*",
292 "allocator": "malloc" 313 "allocator": "malloc"
293 }, 314 },
294 { 315 {
316 "name": "tc-blink-css",
317 "stacktrace": ".*(WTF::|WebCore::|WebKit::).*(CSS|Style|Sheet).*",
318 "allocator": "malloc"
319 },
320 {
295 "name": "tc-webkit-catch-all", 321 "name": "tc-webkit-catch-all",
296 "stacktrace": ".*(WTF::|WebCore::|WebKit::).*", 322 "stacktrace": ".*(WTF::|WebCore::|WebKit::).*",
297 "allocator": "malloc" 323 "allocator": "malloc"
298 }, 324 },
299 { 325 {
300 "name": "tc-v8-catch-all", 326 "name": "tc-v8-catch-all",
301 "stacktrace": ".*v8::.*", 327 "stacktrace": ".*v8::.*",
302 "allocator": "malloc" 328 "allocator": "malloc"
303 }, 329 },
304 { 330 {
(...skipping 10 matching lines...) Expand all
315 "name": "tc-std-hashmap", 341 "name": "tc-std-hashmap",
316 "stacktrace": ".*(std::vector::reserve __gnu_cxx::hashtable|::allocate std ::_Hashtable|::allocate std::__1::__hash_table).*", 342 "stacktrace": ".*(std::vector::reserve __gnu_cxx::hashtable|::allocate std ::_Hashtable|::allocate std::__1::__hash_table).*",
317 "allocator": "malloc" 343 "allocator": "malloc"
318 }, 344 },
319 { 345 {
320 "name": "tc-std-vector", 346 "name": "tc-std-vector",
321 "stacktrace": ".*std::(_Vector_base::_M_allocate|__1::vector::allocate).*" , 347 "stacktrace": ".*std::(_Vector_base::_M_allocate|__1::vector::allocate).*" ,
322 "allocator": "malloc" 348 "allocator": "malloc"
323 }, 349 },
324 { 350 {
351 "name": "tc-std-bits-string",
352 "stacksourcefile": ".*/usr/include/.*/bits/string.*",
353 "allocator": "malloc"
354 },
355 {
356 "name": "tc-std-bits-ptsynch",
357 "stacksourcefile": "/usr/include/.*/bits/ptsynch.*",
358 "allocator": "malloc"
359 },
360 {
325 "name": "tc-std-other", 361 "name": "tc-std-other",
326 "stacktrace": ".*(__gnu_cxx::new_allocator::allocate|std::__1::allocator:: allocate).*", 362 "stacktrace": ".*(__gnu_cxx::new_allocator::allocate|std::__1::allocator:: allocate).*",
327 "allocator": "malloc" 363 "allocator": "malloc"
328 }, 364 },
329 { 365 {
330 "name": "tc-catch-all", 366 "name": "tc-catch-all",
331 "stacktrace": ".*", 367 "stacktrace": ".*",
332 "allocator": "malloc" 368 "allocator": "malloc"
333 }, 369 },
334 { 370 {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 "allocator": "optional" 408 "allocator": "optional"
373 }, 409 },
374 { 410 {
375 "name": "other", 411 "name": "other",
376 "stacktrace": "optional", 412 "stacktrace": "optional",
377 "allocator": "optional" 413 "allocator": "optional"
378 } 414 }
379 ], 415 ],
380 "version": "POLICY_DEEP_3" 416 "version": "POLICY_DEEP_3"
381 } 417 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698