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

Unified Diff: tools/deep_memory_profiler/sorter.malloc-component.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
« no previous file with comments | « tools/deep_memory_profiler/policy.l2.json ('k') | tools/deep_memory_profiler/sorters/malloc.WebCore.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/sorter.malloc-component.json
diff --git a/tools/deep_memory_profiler/sorter.malloc-component.json b/tools/deep_memory_profiler/sorter.malloc-component.json
index d8064f649dfc91abb6d2b66bfa059005c99b7369..ed826728a53a190fc04965bc475956c60ca2ce62 100644
--- a/tools/deep_memory_profiler/sorter.malloc-component.json
+++ b/tools/deep_memory_profiler/sorter.malloc-component.json
@@ -17,11 +17,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",
@@ -125,16 +125,12 @@
"backtrace_function": ".*WebCore::StyleElement::createSheet.*"
},
{
- "name": "tc-webcore-cachedresource",
- "backtrace_function": ".*WebCore::CachedResource::data .*"
- },
- {
- "name": "tc-webcore-cachedresource",
- "backtrace_function": ".*WebCore::CachedResource::load .*"
+ "name": "tc-webcore-resource",
+ "backtrace_function": ".*WebCore::ResourceFetcher::requestResource .*"
},
{
"name": "tc-webcore-script-execute",
- "backtrace_function": ".*WebCore::ScriptElement::execute.*"
+ "backtrace_function": ".*WebCore::ScriptLoader::execute.*"
},
{
"name": "tc-webcore-events-related",
@@ -161,8 +157,9 @@
"backtrace_function": ".*WebCore::Document::write.*"
},
{
- "name": "tc-webcore-node-create-renderer",
- "backtrace_function": ".*WebCore::Node::createRendererIfNeeded.*"
+ "name": "tc-webcore-element-create-renderer",
+ "stacktrace": ".*WebCore::[a-zA-Z0-9_]*Element::createRenderer .*",
+ "allocator": "malloc"
},
{
"name": "tc-webcore-render-catch-all",
@@ -198,7 +195,7 @@
},
{
"name": "tc-webcore-setInnerHTML-except-node",
- "backtrace_function": ".*WebCore::HTMLElement::setInnerHTML.*"
+ "backtrace_function": ".*WebCore::Element::setInnerHTML.*"
},
{
"name": "tc-wtf-StringImpl-user-catch-all",
« no previous file with comments | « tools/deep_memory_profiler/policy.l2.json ('k') | tools/deep_memory_profiler/sorters/malloc.WebCore.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698