diff options
author | peria@chromium.org <peria@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-13 10:39:14 +0000 |
---|---|---|
committer | peria@chromium.org <peria@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-13 10:39:14 +0000 |
commit | 7b5be4a0afbab091bee12fe934291ea9ee26d776 (patch) | |
tree | c73d4a792691880abe4c13a5956468cae9748c1f /tools | |
parent | b18d5118c0bf6c358fae7d6621a638bfdaef500f (diff) | |
download | chromium_src-7b5be4a0afbab091bee12fe934291ea9ee26d776.zip chromium_src-7b5be4a0afbab091bee12fe934291ea9ee26d776.tar.gz chromium_src-7b5be4a0afbab091bee12fe934291ea9ee26d776.tar.bz2 |
Update a policy L2 of DMP.
I found following two categories which should be changed.
There can be more categories to rewrite, but now I'm not
sure which to work.
tc-webcore-fontcache:
getCachedFontData -(r15578)-> getFontResourceData -(r163273)-> getFontData
tc-webcore-tylepropertyset:
r151009 makes MutableStylePropertySet::create
r151124 makes ImmutableStylePropertySet::create
BUG=None
NOTRY=true
Review URL: https://codereview.chromium.org/197553004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256795 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/deep_memory_profiler/policy.l2.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/deep_memory_profiler/policy.l2.json b/tools/deep_memory_profiler/policy.l2.json index 6fdad40..b409cce 100644 --- a/tools/deep_memory_profiler/policy.l2.json +++ b/tools/deep_memory_profiler/policy.l2.json @@ -202,7 +202,7 @@ }, { "name": "tc-webcore-fontcache", - "stacktrace": ".*WebCore::FontCache::getCachedFontData.*", + "stacktrace": ".*WebCore::FontCache::getFontData.*", "allocator": "malloc" }, { @@ -302,7 +302,12 @@ }, { "name": "tc-webcore-stylepropertyset", - "stacktrace": ".*WebCore::StylePropertySet::create .*", + "stacktrace": ".*WebCore::ImmutableStylePropertySet::create .*", + "allocator": "malloc" + }, + { + "name": "tc-webcore-stylepropertyset", + "stacktrace": ".*WebCore::MutableStylePropertySet::create .*", "allocator": "malloc" }, { |