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

Side by Side Diff: tools/deep_memory_profiler/policy.l2.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-anonymous", 10 "unhooked-anonymous",
(...skipping 20 matching lines...) Expand all
31 "tc-renderstyle", 31 "tc-renderstyle",
32 "tc-webcore-sharedbuf", 32 "tc-webcore-sharedbuf",
33 "tc-webcore-XHRcreate", 33 "tc-webcore-XHRcreate",
34 "tc-webcore-XHRreceived", 34 "tc-webcore-XHRreceived",
35 "tc-webcore-docwriter-add", 35 "tc-webcore-docwriter-add",
36 "tc-webcore-node-and-doc", 36 "tc-webcore-node-and-doc",
37 "tc-webcore-node-factory", 37 "tc-webcore-node-factory",
38 "tc-webcore-element-wrapper", 38 "tc-webcore-element-wrapper",
39 "tc-webcore-stylepropertyset", 39 "tc-webcore-stylepropertyset",
40 "tc-webcore-style-createsheet", 40 "tc-webcore-style-createsheet",
41 "tc-webcore-cachedresource", 41 "tc-webcore-resource",
42 "tc-webcore-script-execute", 42 "tc-webcore-script-execute",
43 "tc-webcore-events-related", 43 "tc-webcore-events-related",
44 "tc-webcore-document-write", 44 "tc-webcore-document-write",
45 "tc-webcore-node-create-renderer", 45 "tc-webcore-element-create-renderer",
46 "tc-webcore-render-catch-all", 46 "tc-webcore-render-catch-all",
47 "tc-webcore-setInnerHTML-except-node", 47 "tc-webcore-setInnerHTML-except-node",
48 "tc-wtf-StringImpl-user-catch-all", 48 "tc-wtf-StringImpl-user-catch-all",
49 "tc-wtf-HashTable-user-catch-all", 49 "tc-wtf-HashTable-user-catch-all",
50 "tc-webcore-everything-create", 50 "tc-webcore-everything-create",
51 "tc-webkit-from-v8-catch-all", 51 "tc-webkit-from-v8-catch-all",
52 "tc-webkit-catch-all", 52 "tc-webkit-catch-all",
53 "tc-v8-catch-all", 53 "tc-v8-catch-all",
54 "tc-toplevel-string", 54 "tc-toplevel-string",
55 "tc-std-treemap", 55 "tc-std-treemap",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "name": "tc-webcore-stylepropertyset", 309 "name": "tc-webcore-stylepropertyset",
310 "stacktrace": ".*WebCore::MutableStylePropertySet::create .*", 310 "stacktrace": ".*WebCore::MutableStylePropertySet::create .*",
311 "allocator": "malloc" 311 "allocator": "malloc"
312 }, 312 },
313 { 313 {
314 "name": "tc-webcore-style-createsheet", 314 "name": "tc-webcore-style-createsheet",
315 "stacktrace": ".*WebCore::StyleElement::createSheet.*", 315 "stacktrace": ".*WebCore::StyleElement::createSheet.*",
316 "allocator": "malloc" 316 "allocator": "malloc"
317 }, 317 },
318 { 318 {
319 "name": "tc-webcore-cachedresource", 319 "name": "tc-webcore-resource",
320 "stacktrace": ".*WebCore::CachedResource::data .*", 320 "stacktrace": ".*WebCore::ResourceFetcher::requestResource .*",
321 "allocator": "malloc"
322 },
323 {
324 "name": "tc-webcore-cachedresource",
325 "stacktrace": ".*WebCore::CachedResource::load .*",
326 "allocator": "malloc" 321 "allocator": "malloc"
327 }, 322 },
328 { 323 {
329 "name": "tc-webcore-script-execute", 324 "name": "tc-webcore-script-execute",
330 "stacktrace": ".*WebCore::ScriptElement::execute.*", 325 "stacktrace": ".*WebCore::ScriptLoader::execute.*",
331 "allocator": "malloc" 326 "allocator": "malloc"
332 }, 327 },
333 { 328 {
334 "name": "tc-webcore-events-related", 329 "name": "tc-webcore-events-related",
335 "stacktrace": ".*WebCore::createAttributeEventListener.*", 330 "stacktrace": ".*WebCore::createAttributeEventListener.*",
336 "allocator": "malloc" 331 "allocator": "malloc"
337 }, 332 },
338 { 333 {
339 "name": "tc-webcore-events-related", 334 "name": "tc-webcore-events-related",
340 "stacktrace": ".*WebCore::V8LazyEventListener::create.*", 335 "stacktrace": ".*WebCore::V8LazyEventListener::create.*",
(...skipping 13 matching lines...) Expand all
354 "name": "tc-webcore-events-related", 349 "name": "tc-webcore-events-related",
355 "stacktrace": ".*WebCore::EventListener::create .*", 350 "stacktrace": ".*WebCore::EventListener::create .*",
356 "allocator": "malloc" 351 "allocator": "malloc"
357 }, 352 },
358 { 353 {
359 "name": "tc-webcore-document-write", 354 "name": "tc-webcore-document-write",
360 "stacktrace": ".*WebCore::Document::write.*", 355 "stacktrace": ".*WebCore::Document::write.*",
361 "allocator": "malloc" 356 "allocator": "malloc"
362 }, 357 },
363 { 358 {
364 "name": "tc-webcore-node-create-renderer", 359 "name": "tc-webcore-element-create-renderer",
365 "stacktrace": ".*WebCore::Node::createRendererIfNeeded.*", 360 "stacktrace": ".*WebCore::[a-zA-Z0-9_]*Element::createRenderer .*",
366 "allocator": "malloc" 361 "allocator": "malloc"
367 }, 362 },
368 { 363 {
369 "name": "tc-webcore-render-catch-all", 364 "name": "tc-webcore-render-catch-all",
370 "stacktrace": ".*WebCore::RenderLayer.*", 365 "stacktrace": ".*WebCore::RenderLayer.*",
371 "allocator": "malloc" 366 "allocator": "malloc"
372 }, 367 },
373 { 368 {
374 "name": "tc-webcore-render-catch-all", 369 "name": "tc-webcore-render-catch-all",
375 "stacktrace": ".*WebCore::RenderBlock.*", 370 "stacktrace": ".*WebCore::RenderBlock.*",
(...skipping 24 matching lines...) Expand all
400 "stacktrace": ".*WebCore::RenderText.*", 395 "stacktrace": ".*WebCore::RenderText.*",
401 "allocator": "malloc" 396 "allocator": "malloc"
402 }, 397 },
403 { 398 {
404 "name": "tc-webcore-render-catch-all", 399 "name": "tc-webcore-render-catch-all",
405 "stacktrace": ".* RendererMain .*", 400 "stacktrace": ".* RendererMain .*",
406 "allocator": "malloc" 401 "allocator": "malloc"
407 }, 402 },
408 { 403 {
409 "name": "tc-webcore-setInnerHTML-except-node", 404 "name": "tc-webcore-setInnerHTML-except-node",
410 "stacktrace": ".*WebCore::HTMLElement::setInnerHTML.*", 405 "stacktrace": ".*WebCore::Element::setInnerHTML.*",
411 "allocator": "malloc" 406 "allocator": "malloc"
412 }, 407 },
413 { 408 {
414 "name": "tc-wtf-StringImpl-user-catch-all", 409 "name": "tc-wtf-StringImpl-user-catch-all",
415 "stacktrace": ".*WTF::StringImpl::create .*", 410 "stacktrace": ".*WTF::StringImpl::create .*",
416 "allocator": "malloc" 411 "allocator": "malloc"
417 }, 412 },
418 { 413 {
419 "name": "tc-wtf-StringImpl-user-catch-all", 414 "name": "tc-wtf-StringImpl-user-catch-all",
420 "stacktrace": ".*WTF::StringImpl::createUninitialized.*", 415 "stacktrace": ".*WTF::StringImpl::createUninitialized.*",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 "allocator": "optional" 511 "allocator": "optional"
517 }, 512 },
518 { 513 {
519 "name": "other", 514 "name": "other",
520 "stacktrace": "optional", 515 "stacktrace": "optional",
521 "allocator": "optional" 516 "allocator": "optional"
522 } 517 }
523 ], 518 ],
524 "version": "POLICY_DEEP_3" 519 "version": "POLICY_DEEP_3"
525 } 520 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/policy.android.webview.json ('k') | tools/deep_memory_profiler/sorter.malloc-component.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698