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

Side by Side Diff: tools/deep_memory_profiler/policy.l2.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-anonymous", 10 "unhooked-anonymous",
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "stacktrace": ".*(WebCore|blink)::MutableStylePropertySet::create .*", 310 "stacktrace": ".*(WebCore|blink)::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|blink)::StyleElement::createSheet.*", 315 "stacktrace": ".*(WebCore|blink)::StyleElement::createSheet.*",
316 "allocator": "malloc" 316 "allocator": "malloc"
317 }, 317 },
318 { 318 {
319 "name": "tc-webcore-resource", 319 "name": "tc-webcore-resource",
320 "stacktrace": ".*(WebCore|blink)::ResourceFetcher::requestResource .*", 320 "stacktrace": ".*(WebCore|blink)::ResourceFetcher::requestResource .*",
321 "allocator": "malloc" 321 "allocator": "malloc"
322 }, 322 },
323 { 323 {
324 "name": "tc-webcore-script-execute", 324 "name": "tc-webcore-script-execute",
325 "stacktrace": ".*(WebCore|blink)::ScriptLoader::execute.*", 325 "stacktrace": ".*(WebCore|blink)::ScriptLoader::execute.*",
326 "allocator": "malloc" 326 "allocator": "malloc"
327 }, 327 },
328 { 328 {
329 "name": "tc-webcore-events-related", 329 "name": "tc-webcore-events-related",
330 "stacktrace": ".*(WebCore|blink)::createAttributeEventListener.*", 330 "stacktrace": ".*(WebCore|blink)::createAttributeEventListener.*",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 "stacktrace": ".*(WTF::|WebCore::|blink::|WebKit::).*", 435 "stacktrace": ".*(WTF::|WebCore::|blink::|WebKit::).*",
436 "allocator": "malloc" 436 "allocator": "malloc"
437 }, 437 },
438 { 438 {
439 "name": "tc-v8-catch-all", 439 "name": "tc-v8-catch-all",
440 "stacktrace": ".*v8::.*", 440 "stacktrace": ".*v8::.*",
441 "allocator": "malloc" 441 "allocator": "malloc"
442 }, 442 },
443 { 443 {
444 "name": "tc-toplevel-string", 444 "name": "tc-toplevel-string",
445 "stacktrace": "std::basic_string::_Rep::_S_create", 445 "stacktrace": ".*::allocate std::basic_string::_Rep::_S_create.*",
446 "allocator": "malloc" 446 "allocator": "malloc"
447 }, 447 },
448 { 448 {
449 "name": "tc-std-treemap", 449 "name": "tc-std-treemap",
450 "stacktrace": ".*::allocate std::(_Rb_tree|__1::__tree).*", 450 "stacktrace": ".*::allocate std::(_Rb_tree|__1::__tree).*",
451 "allocator": "malloc" 451 "allocator": "malloc"
452 }, 452 },
453 { 453 {
454 "name": "tc-std-hashmap", 454 "name": "tc-std-hashmap",
455 "stacktrace": ".*(std::vector::reserve __gnu_cxx::hashtable|::allocate std ::_Hashtable|::allocate std::__1::__hash_table).*", 455 "stacktrace": ".*(std::vector::reserve __gnu_cxx::hashtable|::allocate std ::_Hashtable|::allocate std::__1::__hash_table).*",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 "allocator": "optional" 511 "allocator": "optional"
512 }, 512 },
513 { 513 {
514 "name": "other", 514 "name": "other",
515 "stacktrace": "optional", 515 "stacktrace": "optional",
516 "allocator": "optional" 516 "allocator": "optional"
517 } 517 }
518 ], 518 ],
519 "version": "POLICY_DEEP_3" 519 "version": "POLICY_DEEP_3"
520 } 520 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/policy.android.webview.json ('k') | tools/deep_memory_profiler/policy.linux.browser.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698