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

Unified Diff: tools/deep_memory_profiler/policy.android.renderer.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/deep_memory_profiler/policy.android.browser.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/policy.android.renderer.json
diff --git a/tools/deep_memory_profiler/policy.android.renderer.json b/tools/deep_memory_profiler/policy.android.renderer.json
index 0fbe526067c503d0730a290158c831679789bf78..456b3269914bdc04a25a8b820773cf757afd276e 100644
--- a/tools/deep_memory_profiler/policy.android.renderer.json
+++ b/tools/deep_memory_profiler/policy.android.renderer.json
@@ -12,6 +12,7 @@
"unhooked-ashmem-dalvik-aux-structure",
"unhooked-ashmem-dalvik-bitmap",
"unhooked-ashmem-dalvik-other",
+ "unhooked-kgsl",
"unhooked-pvrsrvkm",
"unhooked-system-dex",
"unhooked-chrome-dex",
@@ -150,6 +151,11 @@
"allocator": "unhooked"
},
{
+ "name": "unhooked-kgsl",
+ "mappedpathname": "/dev/kgsl-3d0",
+ "allocator": "unhooked"
+ },
+ {
"name": "unhooked-pvrsrvkm",
"mappedpathname": "/dev/pvrsrvkm.*",
"allocator": "unhooked"
« no previous file with comments | « tools/deep_memory_profiler/policy.android.browser.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698