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

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

Issue 398933003: Catch up to the namespace rename from WebCore to blink in dmprof. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add sorters 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..83722e59ac48a167545db4e073eb4923868038c3 100644
--- a/tools/deep_memory_profiler/sorters/malloc.renderer-module.json
+++ b/tools/deep_memory_profiler/sorters/malloc.renderer-module.json
@@ -18,7 +18,7 @@
"subs": [
[ "malloc", "WebCore" ]
],
- "backtrace_function": ".*WebCore::.*"
+ "backtrace_function": ".*(WebCore|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