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

Unified Diff: trunk/src/tools/deep_memory_profiler/templates.json

Issue 402603002: Revert 283725 "deep_memory_profiler: Replace 'WebCore' with 'bli..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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: trunk/src/tools/deep_memory_profiler/templates.json
===================================================================
--- trunk/src/tools/deep_memory_profiler/templates.json (revision 283734)
+++ trunk/src/tools/deep_memory_profiler/templates.json (working copy)
@@ -11,7 +11,7 @@
"mmap-gpu": ["vm", "gpu", {}],
"mmap-skia": ["vm", "skia", {}],
"mmap-tcmalloc": ["malloc", "renderer-module", {
- "blink": ["malloc", "blink", {}]
+ "WebCore": ["malloc", "WebCore", {}]
}]
}],
"linux.browser": ["vm", "base", {
@@ -33,7 +33,7 @@
"mmap-gpu": ["vm", "gpu", {}],
"mmap-skia": ["vm", "skia", {}],
"mmap-tcmalloc": ["malloc", "renderer-module", {
- "blink": ["malloc", "blink", {}]
+ "WebCore": ["malloc", "WebCore", {}]
}]
}],
"android.webview": ["vm", "base", {
@@ -42,7 +42,7 @@
"mmap-gpu": ["vm", "gpu", {}],
"mmap-skia": ["vm", "skia", {}],
"mmap-tcmalloc": ["malloc", "renderer-module", {
- "blink": ["malloc", "blink", {}],
+ "WebCore": ["malloc", "WebCore", {}],
"others": ["malloc", "browser-module", {}]
}]
}]

Powered by Google App Engine
This is Rietveld 408576698