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

Side by Side Diff: tools/deep_memory_profiler/policy.android.renderer.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
« no previous file with comments | « no previous file | tools/deep_memory_profiler/policy.android.webview.json » ('j') | 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-ashmem-dalvik-heap", 10 "unhooked-ashmem-dalvik-heap",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "tc-renderstyle", 42 "tc-renderstyle",
43 "tc-webcore-sharedbuf", 43 "tc-webcore-sharedbuf",
44 "tc-webcore-XHRcreate", 44 "tc-webcore-XHRcreate",
45 "tc-webcore-XHRreceived", 45 "tc-webcore-XHRreceived",
46 "tc-webcore-docwriter-add", 46 "tc-webcore-docwriter-add",
47 "tc-webcore-node-and-doc", 47 "tc-webcore-node-and-doc",
48 "tc-webcore-node-factory", 48 "tc-webcore-node-factory",
49 "tc-webcore-element-wrapper", 49 "tc-webcore-element-wrapper",
50 "tc-webcore-stylepropertyset", 50 "tc-webcore-stylepropertyset",
51 "tc-webcore-style-createsheet", 51 "tc-webcore-style-createsheet",
52 "tc-webcore-cachedresource", 52 "tc-webcore-resource",
53 "tc-webcore-script-execute", 53 "tc-webcore-script-execute",
54 "tc-webcore-events-related", 54 "tc-webcore-events-related",
55 "tc-webcore-document-write", 55 "tc-webcore-document-write",
56 "tc-webcore-node-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-toplevel-string",
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 "name": "tc-webcore-stylepropertyset", 375 "name": "tc-webcore-stylepropertyset",
376 "stacktrace": ".*WebCore::StylePropertySet::create .*", 376 "stacktrace": ".*WebCore::StylePropertySet::create .*",
377 "allocator": "malloc" 377 "allocator": "malloc"
378 }, 378 },
379 { 379 {
380 "name": "tc-webcore-style-createsheet", 380 "name": "tc-webcore-style-createsheet",
381 "stacktrace": ".*WebCore::StyleElement::createSheet.*", 381 "stacktrace": ".*WebCore::StyleElement::createSheet.*",
382 "allocator": "malloc" 382 "allocator": "malloc"
383 }, 383 },
384 { 384 {
385 "name": "tc-webcore-cachedresource", 385 "name": "tc-webcore-resource",
386 "stacktrace": ".*WebCore::CachedResource::data .*", 386 "stacktrace": ".*WebCore::ResourceFetcher::requestResource .*",
387 "allocator": "malloc"
388 },
389 {
390 "name": "tc-webcore-cachedresource",
391 "stacktrace": ".*WebCore::CachedResource::load .*",
392 "allocator": "malloc" 387 "allocator": "malloc"
393 }, 388 },
394 { 389 {
395 "name": "tc-webcore-script-execute", 390 "name": "tc-webcore-script-execute",
396 "stacktrace": ".*WebCore::ScriptElement::execute.*", 391 "stacktrace": ".*WebCore::ScriptLoader::execute.*",
397 "allocator": "malloc" 392 "allocator": "malloc"
398 }, 393 },
399 { 394 {
400 "name": "tc-webcore-events-related", 395 "name": "tc-webcore-events-related",
401 "stacktrace": ".*WebCore::createAttributeEventListener.*", 396 "stacktrace": ".*WebCore::createAttributeEventListener.*",
402 "allocator": "malloc" 397 "allocator": "malloc"
403 }, 398 },
404 { 399 {
405 "name": "tc-webcore-events-related", 400 "name": "tc-webcore-events-related",
406 "stacktrace": ".*WebCore::V8LazyEventListener::create.*", 401 "stacktrace": ".*WebCore::V8LazyEventListener::create.*",
(...skipping 13 matching lines...) Expand all
420 "name": "tc-webcore-events-related", 415 "name": "tc-webcore-events-related",
421 "stacktrace": ".*WebCore::EventListener::create .*", 416 "stacktrace": ".*WebCore::EventListener::create .*",
422 "allocator": "malloc" 417 "allocator": "malloc"
423 }, 418 },
424 { 419 {
425 "name": "tc-webcore-document-write", 420 "name": "tc-webcore-document-write",
426 "stacktrace": ".*WebCore::Document::write.*", 421 "stacktrace": ".*WebCore::Document::write.*",
427 "allocator": "malloc" 422 "allocator": "malloc"
428 }, 423 },
429 { 424 {
430 "name": "tc-webcore-node-create-renderer", 425 "name": "tc-webcore-element-create-renderer",
431 "stacktrace": ".*WebCore::Node::createRendererIfNeeded.*", 426 "stacktrace": ".*WebCore::[a-zA-Z0-9_]*Element::createRenderer .*",
432 "allocator": "malloc" 427 "allocator": "malloc"
433 }, 428 },
434 { 429 {
435 "name": "tc-webcore-image-frame-generator", 430 "name": "tc-webcore-image-frame-generator",
436 "stacktrace": ".*WebCore::ImageFrameGenerator.*", 431 "stacktrace": ".*WebCore::ImageFrameGenerator.*",
437 "allocator": "malloc" 432 "allocator": "malloc"
438 }, 433 },
439 { 434 {
440 "name": "tc-webcore-render-catch-all", 435 "name": "tc-webcore-render-catch-all",
441 "stacktrace": ".*WebCore::RenderLayer.*", 436 "stacktrace": ".*WebCore::RenderLayer.*",
(...skipping 29 matching lines...) Expand all
471 "stacktrace": ".*WebCore::RenderText.*", 466 "stacktrace": ".*WebCore::RenderText.*",
472 "allocator": "malloc" 467 "allocator": "malloc"
473 }, 468 },
474 { 469 {
475 "name": "tc-webcore-render-catch-all", 470 "name": "tc-webcore-render-catch-all",
476 "stacktrace": ".* RendererMain .*", 471 "stacktrace": ".* RendererMain .*",
477 "allocator": "malloc" 472 "allocator": "malloc"
478 }, 473 },
479 { 474 {
480 "name": "tc-webcore-setInnerHTML-except-node", 475 "name": "tc-webcore-setInnerHTML-except-node",
481 "stacktrace": ".*WebCore::HTMLElement::setInnerHTML.*", 476 "stacktrace": ".*WebCore::Element::setInnerHTML.*",
482 "allocator": "malloc" 477 "allocator": "malloc"
483 }, 478 },
484 { 479 {
485 "name": "tc-wtf-StringImpl-user-catch-all", 480 "name": "tc-wtf-StringImpl-user-catch-all",
486 "stacktrace": ".*WTF::StringImpl::create .*", 481 "stacktrace": ".*WTF::StringImpl::create .*",
487 "allocator": "malloc" 482 "allocator": "malloc"
488 }, 483 },
489 { 484 {
490 "name": "tc-wtf-StringImpl-user-catch-all", 485 "name": "tc-wtf-StringImpl-user-catch-all",
491 "stacktrace": ".*WTF::StringImpl::createUninitialized.*", 486 "stacktrace": ".*WTF::StringImpl::createUninitialized.*",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 "allocator": "optional" 582 "allocator": "optional"
588 }, 583 },
589 { 584 {
590 "name": "other", 585 "name": "other",
591 "stacktrace": "optional", 586 "stacktrace": "optional",
592 "allocator": "optional" 587 "allocator": "optional"
593 } 588 }
594 ], 589 ],
595 "version": "POLICY_DEEP_3" 590 "version": "POLICY_DEEP_3"
596 } 591 }
OLDNEW
« no previous file with comments | « no previous file | tools/deep_memory_profiler/policy.android.webview.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698