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

Unified Diff: tools/deep_memory_profiler/policy.l2.json

Issue 423793003: DMP: Add mmap-partition-alloc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | 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.l2.json
diff --git a/tools/deep_memory_profiler/policy.l2.json b/tools/deep_memory_profiler/policy.l2.json
index ce6f7117b9c11dad3e5f3e02b76f0fdd73692425..d8b7bb1c0ae130ddea6397af462da6f6a58624ec 100644
--- a/tools/deep_memory_profiler/policy.l2.json
+++ b/tools/deep_memory_profiler/policy.l2.json
@@ -24,6 +24,7 @@
"mmap-gpu-transfer-ringbuffer",
"mmap-gpu-gles2-createbuffer",
"mmap-skia-font",
+ "mmap-partition-alloc",
"mmap-catch-all",
"tc-webcore-cachedmatchedproperties",
"tc-webcore-fontcache",
@@ -196,6 +197,11 @@
"allocator": "mmap"
},
{
+ "name": "mmap-partition-alloc",
+ "stacktrace": ".*WTF::partitionAllocSlowPath.*",
+ "allocator": "mmap"
+ },
+ {
"name": "mmap-catch-all",
"stacktrace": ".*",
"allocator": "mmap"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698