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

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

Issue 352113002: Remove deprecated RenderArena object and fix stack source path. (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 29 matching lines...) Expand all
40 "tc-angle", 40 "tc-angle",
41 "tc-crypto", 41 "tc-crypto",
42 "tc-net-iobuffer", 42 "tc-net-iobuffer",
43 "tc-stl-string", 43 "tc-stl-string",
44 "tc-stl-rbtree", 44 "tc-stl-rbtree",
45 "tc-stl-vector", 45 "tc-stl-vector",
46 "tc-stl-hashtable", 46 "tc-stl-hashtable",
47 "tc-stl-node", 47 "tc-stl-node",
48 "tc-webcore-fontcache", 48 "tc-webcore-fontcache",
49 "tc-skia", 49 "tc-skia",
50 "tc-renderobject",
51 "tc-renderstyle", 50 "tc-renderstyle",
52 "tc-webcore-sharedbuf", 51 "tc-webcore-sharedbuf",
53 "tc-webcore-XHRcreate", 52 "tc-webcore-XHRcreate",
54 "tc-webcore-XHRreceived", 53 "tc-webcore-XHRreceived",
55 "tc-webcore-docwriter-add", 54 "tc-webcore-docwriter-add",
56 "tc-webcore-node-and-doc", 55 "tc-webcore-node-and-doc",
57 "tc-webcore-node-factory", 56 "tc-webcore-node-factory",
58 "tc-webcore-element-wrapper", 57 "tc-webcore-element-wrapper",
59 "tc-webcore-stylepropertyset", 58 "tc-webcore-stylepropertyset",
60 "tc-webcore-style-createsheet", 59 "tc-webcore-style-createsheet",
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 "name": "tc-webcore-fontcache", 322 "name": "tc-webcore-fontcache",
324 "stacktrace": ".*WebCore::FontCache::getCachedFontData.*", 323 "stacktrace": ".*WebCore::FontCache::getCachedFontData.*",
325 "allocator": "malloc" 324 "allocator": "malloc"
326 }, 325 },
327 { 326 {
328 "name": "tc-skia", 327 "name": "tc-skia",
329 "stacktrace": ".* Sk[A-Za-z_]+::.*", 328 "stacktrace": ".* Sk[A-Za-z_]+::.*",
330 "allocator": "malloc" 329 "allocator": "malloc"
331 }, 330 },
332 { 331 {
333 "name": "tc-renderobject",
334 "stacktrace": ".*WebCore::RenderArena::allocate.*",
335 "allocator": "malloc"
336 },
337 {
338 "name": "tc-renderstyle", 332 "name": "tc-renderstyle",
339 "stacktrace": ".*WebCore::RenderStyle::create.*", 333 "stacktrace": ".*WebCore::RenderStyle::create.*",
340 "allocator": "malloc" 334 "allocator": "malloc"
341 }, 335 },
342 { 336 {
343 "name": "tc-renderstyle", 337 "name": "tc-renderstyle",
344 "stacktrace": ".*WebCore::RenderStyle::clone.*", 338 "stacktrace": ".*WebCore::RenderStyle::clone.*",
345 "allocator": "malloc" 339 "allocator": "malloc"
346 }, 340 },
347 { 341 {
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 "allocator": "optional" 624 "allocator": "optional"
631 }, 625 },
632 { 626 {
633 "name": "other", 627 "name": "other",
634 "stacktrace": "optional", 628 "stacktrace": "optional",
635 "allocator": "optional" 629 "allocator": "optional"
636 } 630 }
637 ], 631 ],
638 "version": "POLICY_DEEP_3" 632 "version": "POLICY_DEEP_3"
639 } 633 }
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