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

Side by Side Diff: tools/deep_memory_profiler/policy.linux.browser.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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "stacktrace": ".*(WTF::|WebCore::|blink::|WebKit::).*", 322 "stacktrace": ".*(WTF::|WebCore::|blink::|WebKit::).*",
323 "allocator": "malloc" 323 "allocator": "malloc"
324 }, 324 },
325 { 325 {
326 "name": "tc-v8-catch-all", 326 "name": "tc-v8-catch-all",
327 "stacktrace": ".*v8::.*", 327 "stacktrace": ".*v8::.*",
328 "allocator": "malloc" 328 "allocator": "malloc"
329 }, 329 },
330 { 330 {
331 "name": "tc-toplevel-string", 331 "name": "tc-toplevel-string",
332 "stacktrace": "std::basic_string::_Rep::_S_create", 332 "stacktrace": ".*::allocate std::basic_string::_Rep::_S_create.*",
333 "allocator": "malloc" 333 "allocator": "malloc"
334 }, 334 },
335 { 335 {
336 "name": "tc-std-treemap", 336 "name": "tc-std-treemap",
337 "stacktrace": ".*::allocate std::(_Rb_tree|__1::__tree).*", 337 "stacktrace": ".*::allocate std::(_Rb_tree|__1::__tree).*",
338 "allocator": "malloc" 338 "allocator": "malloc"
339 }, 339 },
340 { 340 {
341 "name": "tc-std-hashmap", 341 "name": "tc-std-hashmap",
342 "stacktrace": ".*(std::vector::reserve __gnu_cxx::hashtable|::allocate std ::_Hashtable|::allocate std::__1::__hash_table).*", 342 "stacktrace": ".*(std::vector::reserve __gnu_cxx::hashtable|::allocate std ::_Hashtable|::allocate std::__1::__hash_table).*",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 "allocator": "optional" 408 "allocator": "optional"
409 }, 409 },
410 { 410 {
411 "name": "other", 411 "name": "other",
412 "stacktrace": "optional", 412 "stacktrace": "optional",
413 "allocator": "optional" 413 "allocator": "optional"
414 } 414 }
415 ], 415 ],
416 "version": "POLICY_DEEP_3" 416 "version": "POLICY_DEEP_3"
417 } 417 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/policy.l2.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