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

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

Issue 387313003: update deep-memory-profiler policy for stlport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased(WebCore|blink) Created 6 years, 5 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
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-ashmem-dalvik-heap", 10 "unhooked-ashmem-dalvik-heap",
(...skipping 26 matching lines...) Expand all
37 "tc-disk_cache-backing", 37 "tc-disk_cache-backing",
38 "tc-disk_cache-other", 38 "tc-disk_cache-other",
39 "tc-sqlite3MemAlloc", 39 "tc-sqlite3MemAlloc",
40 "tc-angle", 40 "tc-angle",
41 "tc-crypto", 41 "tc-crypto",
42 "tc-net-iobuffer", 42 "tc-net-iobuffer",
43 "tc-stl-string", 43 "tc-stl-string",
44 "tc-stl-rbtree", 44 "tc-stl-rbtree",
45 "tc-stl-vector", 45 "tc-stl-vector",
46 "tc-stl-hashtable", 46 "tc-stl-hashtable",
47 "tc-stl-node", 47 "tc-stl-other",
48 "tc-webcore-fontcache", 48 "tc-webcore-fontcache",
49 "tc-skia", 49 "tc-skia",
50 "tc-renderstyle", 50 "tc-renderstyle",
51 "tc-webcore-sharedbuf", 51 "tc-webcore-sharedbuf",
52 "tc-webcore-XHRcreate", 52 "tc-webcore-XHRcreate",
53 "tc-webcore-XHRreceived", 53 "tc-webcore-XHRreceived",
54 "tc-webcore-docwriter-add", 54 "tc-webcore-docwriter-add",
55 "tc-webcore-node-and-doc", 55 "tc-webcore-node-and-doc",
56 "tc-webcore-node-factory", 56 "tc-webcore-node-factory",
57 "tc-webcore-element-wrapper", 57 "tc-webcore-element-wrapper",
58 "tc-webcore-stylepropertyset", 58 "tc-webcore-stylepropertyset",
59 "tc-webcore-style-createsheet", 59 "tc-webcore-style-createsheet",
60 "tc-webcore-resource", 60 "tc-webcore-resource",
61 "tc-webcore-script-execute", 61 "tc-webcore-script-execute",
62 "tc-webcore-events-related", 62 "tc-webcore-events-related",
63 "tc-webcore-document-write", 63 "tc-webcore-document-write",
64 "tc-webcore-element-create-renderer", 64 "tc-webcore-element-create-renderer",
65 "tc-webcore-render-catch-all", 65 "tc-webcore-render-catch-all",
66 "tc-webcore-setInnerHTML-except-node", 66 "tc-webcore-setInnerHTML-except-node",
67 "tc-wtf-StringImpl-user-catch-all", 67 "tc-wtf-StringImpl-user-catch-all",
68 "tc-wtf-HashTable-user-catch-all", 68 "tc-wtf-HashTable-user-catch-all",
69 "tc-webcore-everything-create", 69 "tc-webcore-everything-create",
70 "tc-webkit-from-v8-catch-all", 70 "tc-webkit-from-v8-catch-all",
71 "tc-webkit-catch-all", 71 "tc-webkit-catch-all",
72 "tc-v8-catch-all", 72 "tc-v8-catch-all",
73 "tc-toplevel-string",
74 "tc-std-treemap",
75 "tc-std-hashmap",
76 "tc-std-vector",
77 "tc-std-other",
78 "tc-catch-all", 73 "tc-catch-all",
79 "tc-unused", 74 "tc-unused",
80 "UNTIL_HERE_FOR_TOTAL", 75 "UNTIL_HERE_FOR_TOTAL",
81 "total-exclude-profiler", 76 "total-exclude-profiler",
82 "total", 77 "total",
83 "absent", 78 "absent",
84 "anonymous", 79 "anonymous",
85 "file-exec", 80 "file-exec",
86 "file-nonexec", 81 "file-nonexec",
87 "stack", 82 "stack",
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "name": "tc-stl-vector", 302 "name": "tc-stl-vector",
308 "stacktrace": ".*std::priv::_Impl_vector::.*", 303 "stacktrace": ".*std::priv::_Impl_vector::.*",
309 "allocator": "malloc" 304 "allocator": "malloc"
310 }, 305 },
311 { 306 {
312 "name": "tc-stl-hashtable", 307 "name": "tc-stl-hashtable",
313 "stacktrace": ".*std::hashtable::.*", 308 "stacktrace": ".*std::hashtable::.*",
314 "allocator": "malloc" 309 "allocator": "malloc"
315 }, 310 },
316 { 311 {
317 "name": "tc-stl-node", 312 "name": "tc-stl-other",
318 "stacktrace": ".*std::priv::_Impl_vector::.*", 313 "stacktrace": ".*std::__stl_new.*",
319 "allocator": "malloc" 314 "allocator": "malloc"
320 }, 315 },
321 { 316 {
322 "name": "tc-webcore-fontcache", 317 "name": "tc-webcore-fontcache",
323 "stacktrace": ".*(WebCore|blink)::FontCache::getCachedFontData.*", 318 "stacktrace": ".*(WebCore|blink)::FontCache::getCachedFontData.*",
324 "allocator": "malloc" 319 "allocator": "malloc"
325 }, 320 },
326 { 321 {
327 "name": "tc-skia", 322 "name": "tc-skia",
328 "stacktrace": ".* Sk[A-Za-z_]+::.*", 323 "stacktrace": ".* Sk[A-Za-z_]+::.*",
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 "name": "tc-webkit-catch-all", 537 "name": "tc-webkit-catch-all",
543 "stacktrace": ".*(WTF::|WebCore::|blink::|WebKit::).*", 538 "stacktrace": ".*(WTF::|WebCore::|blink::|WebKit::).*",
544 "allocator": "malloc" 539 "allocator": "malloc"
545 }, 540 },
546 { 541 {
547 "name": "tc-v8-catch-all", 542 "name": "tc-v8-catch-all",
548 "stacktrace": ".*v8::.*", 543 "stacktrace": ".*v8::.*",
549 "allocator": "malloc" 544 "allocator": "malloc"
550 }, 545 },
551 { 546 {
552 "name": "tc-toplevel-string",
553 "stacktrace": "std::basic_string::_Rep::_S_create",
554 "allocator": "malloc"
555 },
556 {
557 "name": "tc-std-treemap",
558 "stacktrace": ".*::allocate std::(_Rb_tree|__1::__tree).*",
559 "allocator": "malloc"
560 },
561 {
562 "name": "tc-std-hashmap",
563 "stacktrace": ".*(std::vector::reserve __gnu_cxx::hashtable|::allocate std ::_Hashtable|::allocate std::__1::__hash_table).*",
564 "allocator": "malloc"
565 },
566 {
567 "name": "tc-std-vector",
568 "stacktrace": ".*std::(_Vector_base::_M_allocate|__1::vector::allocate).*" ,
569 "allocator": "malloc"
570 },
571 {
572 "name": "tc-std-other",
573 "stacktrace": ".*(__gnu_cxx::new_allocator::allocate|std::__1::allocator:: allocate).*",
574 "allocator": "malloc"
575 },
576 {
577 "name": "tc-catch-all", 547 "name": "tc-catch-all",
578 "stacktrace": ".*", 548 "stacktrace": ".*",
579 "allocator": "malloc" 549 "allocator": "malloc"
580 }, 550 },
581 { 551 {
582 "name": "UNTIL_HERE_FOR_TOTAL", 552 "name": "UNTIL_HERE_FOR_TOTAL",
583 "stacktrace": "optional", 553 "stacktrace": "optional",
584 "allocator": "optional" 554 "allocator": "optional"
585 }, 555 },
586 { 556 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 "allocator": "optional" 589 "allocator": "optional"
620 }, 590 },
621 { 591 {
622 "name": "other", 592 "name": "other",
623 "stacktrace": "optional", 593 "stacktrace": "optional",
624 "allocator": "optional" 594 "allocator": "optional"
625 } 595 }
626 ], 596 ],
627 "version": "POLICY_DEEP_3" 597 "version": "POLICY_DEEP_3"
628 } 598 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/policy.android.renderer.json ('k') | tools/deep_memory_profiler/policy.l2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698