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

Side by Side Diff: tools/deep_memory_profiler/policy.android.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
« no previous file with comments | « no previous file | tools/deep_memory_profiler/policy.android.renderer.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 23 matching lines...) Expand all
34 "tc-disk_cache-backing", 34 "tc-disk_cache-backing",
35 "tc-disk_cache-other", 35 "tc-disk_cache-other",
36 "tc-sqlite3MemAlloc", 36 "tc-sqlite3MemAlloc",
37 "tc-angle", 37 "tc-angle",
38 "tc-crypto", 38 "tc-crypto",
39 "tc-net-iobuffer", 39 "tc-net-iobuffer",
40 "tc-stl-string", 40 "tc-stl-string",
41 "tc-stl-rbtree", 41 "tc-stl-rbtree",
42 "tc-stl-vector", 42 "tc-stl-vector",
43 "tc-stl-hashtable", 43 "tc-stl-hashtable",
44 "tc-stl-node", 44 "tc-stl-other",
45 "tc-catch-all", 45 "tc-catch-all",
46 "tc-unused", 46 "tc-unused",
47 "UNTIL_HERE_FOR_TOTAL", 47 "UNTIL_HERE_FOR_TOTAL",
48 "total-exclude-profiler", 48 "total-exclude-profiler",
49 "total", 49 "total",
50 "absent", 50 "absent",
51 "anonymous", 51 "anonymous",
52 "file-exec", 52 "file-exec",
53 "file-nonexec", 53 "file-nonexec",
54 "stack", 54 "stack",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "name": "tc-stl-vector", 264 "name": "tc-stl-vector",
265 "stacktrace": ".*std::priv::_Impl_vector::.*", 265 "stacktrace": ".*std::priv::_Impl_vector::.*",
266 "allocator": "malloc" 266 "allocator": "malloc"
267 }, 267 },
268 { 268 {
269 "name": "tc-stl-hashtable", 269 "name": "tc-stl-hashtable",
270 "stacktrace": ".*std::hashtable::.*", 270 "stacktrace": ".*std::hashtable::.*",
271 "allocator": "malloc" 271 "allocator": "malloc"
272 }, 272 },
273 { 273 {
274 "name": "tc-stl-node", 274 "name": "tc-stl-other",
275 "stacktrace": ".*std::priv::_Impl_vector::.*", 275 "stacktrace": ".*std::__stl_new.*",
276 "allocator": "malloc" 276 "allocator": "malloc"
277 }, 277 },
278 { 278 {
279 "name": "tc-catch-all", 279 "name": "tc-catch-all",
280 "stacktrace": ".*", 280 "stacktrace": ".*",
281 "allocator": "malloc" 281 "allocator": "malloc"
282 }, 282 },
283 { 283 {
284 "name": "UNTIL_HERE_FOR_TOTAL", 284 "name": "UNTIL_HERE_FOR_TOTAL",
285 "stacktrace": "optional", 285 "stacktrace": "optional",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "allocator": "optional" 321 "allocator": "optional"
322 }, 322 },
323 { 323 {
324 "name": "other", 324 "name": "other",
325 "stacktrace": "optional", 325 "stacktrace": "optional",
326 "allocator": "optional" 326 "allocator": "optional"
327 } 327 }
328 ], 328 ],
329 "version": "POLICY_DEEP_3" 329 "version": "POLICY_DEEP_3"
330 } 330 }
OLDNEW
« no previous file with comments | « no previous file | tools/deep_memory_profiler/policy.android.renderer.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698