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

Unified Diff: tools/memory_inspector/classification_rules/default/mmap-android.py

Issue 867263002: [memory-inspector] UI fixes + bump version number for release. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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
Index: tools/memory_inspector/classification_rules/default/mmap-android.py
diff --git a/tools/memory_inspector/classification_rules/default/mmap-android.py b/tools/memory_inspector/classification_rules/default/mmap-android.py
index 1a8d0d0f7507c3396b35c6237981465af02e1a98..336edfde53a9de6f93500272de71a50a9d8d51e4 100644
--- a/tools/memory_inspector/classification_rules/default/mmap-android.py
+++ b/tools/memory_inspector/classification_rules/default/mmap-android.py
@@ -76,7 +76,7 @@
'children': [
{
'name': 'GPU',
- 'mmap_file': r'(nv)|(mali)',
+ 'mmap_file': r'(nv)|(mali)|(kgsl)',
},
],
},

Powered by Google App Engine
This is Rietveld 408576698