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

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

Issue 23976012: Add Adreno GPU to deep memory profiler Android policies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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",
11 "unhooked-ashmem-dalvik-LinearAlloc", 11 "unhooked-ashmem-dalvik-LinearAlloc",
12 "unhooked-ashmem-dalvik-aux-structure", 12 "unhooked-ashmem-dalvik-aux-structure",
13 "unhooked-ashmem-dalvik-bitmap", 13 "unhooked-ashmem-dalvik-bitmap",
14 "unhooked-ashmem-dalvik-other", 14 "unhooked-ashmem-dalvik-other",
15 "unhooked-kgsl",
15 "unhooked-pvrsrvkm", 16 "unhooked-pvrsrvkm",
16 "unhooked-system-dex", 17 "unhooked-system-dex",
17 "unhooked-chrome-dex", 18 "unhooked-chrome-dex",
18 "unhooked-other-ashmem", 19 "unhooked-other-ashmem",
19 "unhooked-anonymous", 20 "unhooked-anonymous",
20 "unhooked-file-exec-lib-chrome-shared", 21 "unhooked-file-exec-lib-chrome-shared",
21 "unhooked-file-exec-lib-chrome-private", 22 "unhooked-file-exec-lib-chrome-private",
22 "unhooked-file-exec", 23 "unhooked-file-exec",
23 "unhooked-file-nonexec-lib-chrome-shared", 24 "unhooked-file-nonexec-lib-chrome-shared",
24 "unhooked-file-nonexec-lib-chrome-private", 25 "unhooked-file-nonexec-lib-chrome-private",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "name": "unhooked-ashmem-dalvik-bitmap", 116 "name": "unhooked-ashmem-dalvik-bitmap",
116 "mappedpathname": "/dev/ashmem/dalvik-bitmap.*", 117 "mappedpathname": "/dev/ashmem/dalvik-bitmap.*",
117 "allocator": "unhooked" 118 "allocator": "unhooked"
118 }, 119 },
119 { 120 {
120 "name": "unhooked-ashmem-dalvik-other", 121 "name": "unhooked-ashmem-dalvik-other",
121 "mappedpathname": "/dev/ashmem/dalvik.*", 122 "mappedpathname": "/dev/ashmem/dalvik.*",
122 "allocator": "unhooked" 123 "allocator": "unhooked"
123 }, 124 },
124 { 125 {
126 "name": "unhooked-kgsl",
127 "mappedpathname": "/dev/kgsl-3d0",
128 "allocator": "unhooked"
129 },
130 {
125 "name": "unhooked-pvrsrvkm", 131 "name": "unhooked-pvrsrvkm",
126 "mappedpathname": "/dev/pvrsrvkm.*", 132 "mappedpathname": "/dev/pvrsrvkm.*",
127 "allocator": "unhooked" 133 "allocator": "unhooked"
128 }, 134 },
129 { 135 {
130 "name": "unhooked-system-dex", 136 "name": "unhooked-system-dex",
131 "mappedpathname": "/data/dalvik-cache/system.*.dex.*", 137 "mappedpathname": "/data/dalvik-cache/system.*.dex.*",
132 "allocator": "unhooked" 138 "allocator": "unhooked"
133 }, 139 },
134 { 140 {
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "allocator": "optional" 315 "allocator": "optional"
310 }, 316 },
311 { 317 {
312 "name": "other", 318 "name": "other",
313 "stacktrace": "optional", 319 "stacktrace": "optional",
314 "allocator": "optional" 320 "allocator": "optional"
315 } 321 }
316 ], 322 ],
317 "version": "POLICY_DEEP_3" 323 "version": "POLICY_DEEP_3"
318 } 324 }
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