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

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

Issue 392443002: update deep-memory-profiler policy for webcore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
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 a443e9dee7238147162b6e3d60d58f392fd221b8..a88223e0350abf5f95389eeb8ec51767c3eb0328 100644
--- a/tools/deep_memory_profiler/policy.l2.json
+++ b/tools/deep_memory_profiler/policy.l2.json
@@ -38,11 +38,11 @@
"tc-webcore-element-wrapper",
"tc-webcore-stylepropertyset",
"tc-webcore-style-createsheet",
- "tc-webcore-cachedresource",
+ "tc-webcore-resource",
"tc-webcore-script-execute",
"tc-webcore-events-related",
"tc-webcore-document-write",
- "tc-webcore-node-create-renderer",
+ "tc-webcore-element-create-renderer",
"tc-webcore-render-catch-all",
"tc-webcore-setInnerHTML-except-node",
"tc-wtf-StringImpl-user-catch-all",
@@ -316,18 +316,13 @@
"allocator": "malloc"
},
{
- "name": "tc-webcore-cachedresource",
- "stacktrace": ".*WebCore::CachedResource::data .*",
- "allocator": "malloc"
- },
- {
- "name": "tc-webcore-cachedresource",
- "stacktrace": ".*WebCore::CachedResource::load .*",
+ "name": "tc-webcore-resource",
+ "stacktrace": ".*WebCore::ResourceFetcher::requestResource .*",
"allocator": "malloc"
},
{
"name": "tc-webcore-script-execute",
- "stacktrace": ".*WebCore::ScriptElement::execute.*",
+ "stacktrace": ".*WebCore::ScriptLoader::execute.*",
"allocator": "malloc"
},
{
@@ -361,8 +356,8 @@
"allocator": "malloc"
},
{
- "name": "tc-webcore-node-create-renderer",
- "stacktrace": ".*WebCore::Node::createRendererIfNeeded.*",
+ "name": "tc-webcore-element-create-renderer",
+ "stacktrace": ".*WebCore::[a-zA-Z0-9_]*Element::createRenderer .*",
"allocator": "malloc"
},
{
@@ -407,7 +402,7 @@
},
{
"name": "tc-webcore-setInnerHTML-except-node",
- "stacktrace": ".*WebCore::HTMLElement::setInnerHTML.*",
+ "stacktrace": ".*WebCore::Element::setInnerHTML.*",
"allocator": "malloc"
},
{
« no previous file with comments | « tools/deep_memory_profiler/policy.android.webview.json ('k') | tools/deep_memory_profiler/sorter.malloc-component.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698