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

Side by Side Diff: tools/deep_memory_profiler/policy.android.renderer.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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "tc-webcore-element-create-renderer", 56 "tc-webcore-element-create-renderer",
57 "tc-webcore-image-frame-generator", 57 "tc-webcore-image-frame-generator",
58 "tc-webcore-render-catch-all", 58 "tc-webcore-render-catch-all",
59 "tc-webcore-setInnerHTML-except-node", 59 "tc-webcore-setInnerHTML-except-node",
60 "tc-wtf-StringImpl-user-catch-all", 60 "tc-wtf-StringImpl-user-catch-all",
61 "tc-wtf-HashTable-user-catch-all", 61 "tc-wtf-HashTable-user-catch-all",
62 "tc-webcore-everything-create", 62 "tc-webcore-everything-create",
63 "tc-webkit-from-v8-catch-all", 63 "tc-webkit-from-v8-catch-all",
64 "tc-webkit-catch-all", 64 "tc-webkit-catch-all",
65 "tc-v8-catch-all", 65 "tc-v8-catch-all",
66 "tc-toplevel-string", 66 "tc-stl-string",
67 "tc-std-treemap", 67 "tc-stl-rbtree",
68 "tc-std-hashmap", 68 "tc-stl-vector",
69 "tc-std-vector", 69 "tc-stl-hashtable",
70 "tc-std-other", 70 "tc-stl-other",
71 "tc-catch-all", 71 "tc-catch-all",
72 "tc-unused", 72 "tc-unused",
73 "UNTIL_HERE_FOR_TOTAL", 73 "UNTIL_HERE_FOR_TOTAL",
74 "total-exclude-profiler", 74 "total-exclude-profiler",
75 "total", 75 "total",
76 "absent", 76 "absent",
77 "anonymous", 77 "anonymous",
78 "file-exec", 78 "file-exec",
79 "file-nonexec", 79 "file-nonexec",
80 "stack", 80 "stack",
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 "name": "tc-webkit-catch-all", 505 "name": "tc-webkit-catch-all",
506 "stacktrace": ".*(WTF::|WebCore::|blink::|WebKit::).*", 506 "stacktrace": ".*(WTF::|WebCore::|blink::|WebKit::).*",
507 "allocator": "malloc" 507 "allocator": "malloc"
508 }, 508 },
509 { 509 {
510 "name": "tc-v8-catch-all", 510 "name": "tc-v8-catch-all",
511 "stacktrace": ".*v8::.*", 511 "stacktrace": ".*v8::.*",
512 "allocator": "malloc" 512 "allocator": "malloc"
513 }, 513 },
514 { 514 {
515 "name": "tc-toplevel-string", 515 "name": "tc-stl-string",
516 "stacktrace": "std::basic_string::_Rep::_S_create", 516 "stacktrace": ".*std::basic_string::.*",
517 "allocator": "malloc" 517 "allocator": "malloc"
518 }, 518 },
519 { 519 {
520 "name": "tc-std-treemap", 520 "name": "tc-stl-rbtree",
521 "stacktrace": ".*::allocate std::(_Rb_tree|__1::__tree).*", 521 "stacktrace": ".*std::priv::_Rb_tree::.*",
522 "allocator": "malloc" 522 "allocator": "malloc"
523 }, 523 },
524 { 524 {
525 "name": "tc-std-hashmap", 525 "name": "tc-stl-vector",
526 "stacktrace": ".*(std::vector::reserve __gnu_cxx::hashtable|::allocate std ::_Hashtable|::allocate std::__1::__hash_table).*", 526 "stacktrace": ".*std::priv::_Impl_vector::.*",
527 "allocator": "malloc" 527 "allocator": "malloc"
528 }, 528 },
529 { 529 {
530 "name": "tc-std-vector", 530 "name": "tc-stl-hashtable",
531 "stacktrace": ".*std::(_Vector_base::_M_allocate|__1::vector::allocate).*" , 531 "stacktrace": ".*std::hashtable::.*",
532 "allocator": "malloc" 532 "allocator": "malloc"
533 }, 533 },
534 { 534 {
535 "name": "tc-std-other", 535 "name": "tc-stl-other",
536 "stacktrace": ".*(__gnu_cxx::new_allocator::allocate|std::__1::allocator:: allocate).*", 536 "stacktrace": ".*std::__stl_new.*",
537 "allocator": "malloc" 537 "allocator": "malloc"
538 }, 538 },
539 { 539 {
540 "name": "tc-catch-all", 540 "name": "tc-catch-all",
541 "stacktrace": ".*", 541 "stacktrace": ".*",
542 "allocator": "malloc" 542 "allocator": "malloc"
543 }, 543 },
544 { 544 {
545 "name": "UNTIL_HERE_FOR_TOTAL", 545 "name": "UNTIL_HERE_FOR_TOTAL",
546 "stacktrace": "optional", 546 "stacktrace": "optional",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 "allocator": "optional" 582 "allocator": "optional"
583 }, 583 },
584 { 584 {
585 "name": "other", 585 "name": "other",
586 "stacktrace": "optional", 586 "stacktrace": "optional",
587 "allocator": "optional" 587 "allocator": "optional"
588 } 588 }
589 ], 589 ],
590 "version": "POLICY_DEEP_3" 590 "version": "POLICY_DEEP_3"
591 } 591 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/policy.android.browser.json ('k') | tools/deep_memory_profiler/policy.android.webview.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698