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

Unified Diff: tools/deep_memory_profiler/sorters/malloc.renderer-module.json

Issue 400563003: deep_memory_profiler: Replace 'WebCore' with 'blink'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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/sorters/malloc.renderer-module.json
diff --git a/tools/deep_memory_profiler/sorters/malloc.renderer-module.json b/tools/deep_memory_profiler/sorters/malloc.renderer-module.json
index 84473d9a3a44f124fcb6dcc342edd50580ecaa1d..bf3f0f66ed14e48ba036639577d6695898d62a9f 100644
--- a/tools/deep_memory_profiler/sorters/malloc.renderer-module.json
+++ b/tools/deep_memory_profiler/sorters/malloc.renderer-module.json
@@ -14,11 +14,11 @@
"backtrace_function": ".* Sk[A-Z][A-Za-z0-9_]+::.*"
},
{
- "name": "WebCore",
+ "name": "blink",
"subs": [
- [ "malloc", "WebCore" ]
+ [ "malloc", "blink" ]
],
- "backtrace_function": ".*WebCore::.*"
+ "backtrace_function": ".*blink::.*"
},
{
"name": "Blink-others",
« no previous file with comments | « tools/deep_memory_profiler/sorters/malloc.WebCore.json ('k') | tools/deep_memory_profiler/sorters/malloc.type.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698