OLD | NEW |
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 Loading... |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |