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

Unified Diff: tools/deep_memory_profiler/sorter.malloc-component.json

Issue 352113002: Remove deprecated RenderArena object and fix stack source path. (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/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 c5c809507ae901f711f92f749396212365885e0d..d8064f649dfc91abb6d2b66bfa059005c99b7369 100644
--- a/tools/deep_memory_profiler/sorter.malloc-component.json
+++ b/tools/deep_memory_profiler/sorter.malloc-component.json
@@ -7,7 +7,6 @@
"preset1": [
"tc-webcore-fontcache",
"tc-skia",
- "tc-renderobject",
"tc-renderstyle",
"tc-webcore-sharedbuf",
"tc-webcore-XHRcreate",
@@ -50,10 +49,6 @@
"backtrace_function": ".* Sk[A-Za-z_]+::.*"
},
{
- "name": "tc-renderobject",
- "backtrace_function": ".*WebCore::RenderArena::allocate.*"
- },
- {
"name": "tc-renderstyle",
"backtrace_function": ".*WebCore::RenderStyle::create.*"
},
« no previous file with comments | « tools/deep_memory_profiler/policy.sourcefile.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