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

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

Issue 392443002: update deep-memory-profiler policy for webcore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
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-cachedresource", 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-node-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", 73 "tc-toplevel-string",
74 "tc-std-treemap", 74 "tc-std-treemap",
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "name": "tc-webcore-stylepropertyset", 417 "name": "tc-webcore-stylepropertyset",
418 "stacktrace": ".*WebCore::StylePropertySet::create .*", 418 "stacktrace": ".*WebCore::StylePropertySet::create .*",
419 "allocator": "malloc" 419 "allocator": "malloc"
420 }, 420 },
421 { 421 {
422 "name": "tc-webcore-style-createsheet", 422 "name": "tc-webcore-style-createsheet",
423 "stacktrace": ".*WebCore::StyleElement::createSheet.*", 423 "stacktrace": ".*WebCore::StyleElement::createSheet.*",
424 "allocator": "malloc" 424 "allocator": "malloc"
425 }, 425 },
426 { 426 {
427 "name": "tc-webcore-cachedresource", 427 "name": "tc-webcore-resource",
428 "stacktrace": ".*WebCore::CachedResource::data .*", 428 "stacktrace": ".*WebCore::ResourceFetcher::requestResource .*",
429 "allocator": "malloc"
430 },
431 {
432 "name": "tc-webcore-cachedresource",
433 "stacktrace": ".*WebCore::CachedResource::load .*",
434 "allocator": "malloc" 429 "allocator": "malloc"
435 }, 430 },
436 { 431 {
437 "name": "tc-webcore-script-execute", 432 "name": "tc-webcore-script-execute",
438 "stacktrace": ".*WebCore::ScriptElement::execute.*", 433 "stacktrace": ".*WebCore::ScriptLoader::execute.*",
439 "allocator": "malloc" 434 "allocator": "malloc"
440 }, 435 },
441 { 436 {
442 "name": "tc-webcore-events-related", 437 "name": "tc-webcore-events-related",
443 "stacktrace": ".*WebCore::createAttributeEventListener.*", 438 "stacktrace": ".*WebCore::createAttributeEventListener.*",
444 "allocator": "malloc" 439 "allocator": "malloc"
445 }, 440 },
446 { 441 {
447 "name": "tc-webcore-events-related", 442 "name": "tc-webcore-events-related",
448 "stacktrace": ".*WebCore::V8LazyEventListener::create.*", 443 "stacktrace": ".*WebCore::V8LazyEventListener::create.*",
(...skipping 13 matching lines...) Expand all
462 "name": "tc-webcore-events-related", 457 "name": "tc-webcore-events-related",
463 "stacktrace": ".*WebCore::EventListener::create .*", 458 "stacktrace": ".*WebCore::EventListener::create .*",
464 "allocator": "malloc" 459 "allocator": "malloc"
465 }, 460 },
466 { 461 {
467 "name": "tc-webcore-document-write", 462 "name": "tc-webcore-document-write",
468 "stacktrace": ".*WebCore::Document::write.*", 463 "stacktrace": ".*WebCore::Document::write.*",
469 "allocator": "malloc" 464 "allocator": "malloc"
470 }, 465 },
471 { 466 {
472 "name": "tc-webcore-node-create-renderer", 467 "name": "tc-webcore-element-create-renderer",
473 "stacktrace": ".*WebCore::Node::createRendererIfNeeded.*", 468 "stacktrace": ".*WebCore::[a-zA-Z0-9_]*Element::createRenderer .*",
474 "allocator": "malloc" 469 "allocator": "malloc"
475 }, 470 },
476 { 471 {
477 "name": "tc-webcore-render-catch-all", 472 "name": "tc-webcore-render-catch-all",
478 "stacktrace": ".*WebCore::RenderLayer.*", 473 "stacktrace": ".*WebCore::RenderLayer.*",
479 "allocator": "malloc" 474 "allocator": "malloc"
480 }, 475 },
481 { 476 {
482 "name": "tc-webcore-render-catch-all", 477 "name": "tc-webcore-render-catch-all",
483 "stacktrace": ".*WebCore::RenderBlock.*", 478 "stacktrace": ".*WebCore::RenderBlock.*",
(...skipping 24 matching lines...) Expand all
508 "stacktrace": ".*WebCore::RenderText.*", 503 "stacktrace": ".*WebCore::RenderText.*",
509 "allocator": "malloc" 504 "allocator": "malloc"
510 }, 505 },
511 { 506 {
512 "name": "tc-webcore-render-catch-all", 507 "name": "tc-webcore-render-catch-all",
513 "stacktrace": ".* RendererMain .*", 508 "stacktrace": ".* RendererMain .*",
514 "allocator": "malloc" 509 "allocator": "malloc"
515 }, 510 },
516 { 511 {
517 "name": "tc-webcore-setInnerHTML-except-node", 512 "name": "tc-webcore-setInnerHTML-except-node",
518 "stacktrace": ".*WebCore::HTMLElement::setInnerHTML.*", 513 "stacktrace": ".*WebCore::Element::setInnerHTML.*",
519 "allocator": "malloc" 514 "allocator": "malloc"
520 }, 515 },
521 { 516 {
522 "name": "tc-wtf-StringImpl-user-catch-all", 517 "name": "tc-wtf-StringImpl-user-catch-all",
523 "stacktrace": ".*WTF::StringImpl::create .*", 518 "stacktrace": ".*WTF::StringImpl::create .*",
524 "allocator": "malloc" 519 "allocator": "malloc"
525 }, 520 },
526 { 521 {
527 "name": "tc-wtf-StringImpl-user-catch-all", 522 "name": "tc-wtf-StringImpl-user-catch-all",
528 "stacktrace": ".*WTF::StringImpl::createUninitialized.*", 523 "stacktrace": ".*WTF::StringImpl::createUninitialized.*",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 "allocator": "optional" 619 "allocator": "optional"
625 }, 620 },
626 { 621 {
627 "name": "other", 622 "name": "other",
628 "stacktrace": "optional", 623 "stacktrace": "optional",
629 "allocator": "optional" 624 "allocator": "optional"
630 } 625 }
631 ], 626 ],
632 "version": "POLICY_DEEP_3" 627 "version": "POLICY_DEEP_3"
633 } 628 }
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