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

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

Issue 220593002: Profile WebCore::CachedMatchedProperties in dmprof. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 b409cce999f14f1a7c91bfdebeb14ea165aa3965..a744f0c11e3cb14320ed53d970684681271e0d9d 100644
--- a/tools/deep_memory_profiler/policy.l2.json
+++ b/tools/deep_memory_profiler/policy.l2.json
@@ -201,6 +201,11 @@
"allocator": "mmap"
},
{
+ "name": "tc-webcore-cachedmatchedproperties",
+ "stacktrace": ".*WebCore::CachedMatchedProperties::(set|add).*",
+ "allocator": "malloc"
+ },
+ {
"name": "tc-webcore-fontcache",
"stacktrace": ".*WebCore::FontCache::getFontData.*",
"allocator": "malloc"
« 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