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

Unified Diff: tools/deep_memory_profiler/policy.android.renderer.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
« no previous file with comments | « no previous file | tools/deep_memory_profiler/policy.android.webview.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/policy.android.renderer.json
diff --git a/tools/deep_memory_profiler/policy.android.renderer.json b/tools/deep_memory_profiler/policy.android.renderer.json
index 456b3269914bdc04a25a8b820773cf757afd276e..09620c8c82d3fa61955d06277bf0a7ce7cda90e8 100644
--- a/tools/deep_memory_profiler/policy.android.renderer.json
+++ b/tools/deep_memory_profiler/policy.android.renderer.json
@@ -39,7 +39,6 @@
"mmap-catch-all",
"tc-webcore-fontcache",
"tc-skia",
- "tc-renderobject",
"tc-renderstyle",
"tc-webcore-sharedbuf",
"tc-webcore-XHRcreate",
@@ -288,11 +287,6 @@
"allocator": "malloc"
},
{
- "name": "tc-renderobject",
- "stacktrace": ".*WebCore::RenderArena::allocate.*",
- "allocator": "malloc"
- },
- {
"name": "tc-renderstyle",
"stacktrace": ".*WebCore::RenderStyle::create.*",
"allocator": "malloc"
« no previous file with comments | « no previous file | tools/deep_memory_profiler/policy.android.webview.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698