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

Unified Diff: tools/deep_memory_profiler/templates.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/templates.json
diff --git a/tools/deep_memory_profiler/templates.json b/tools/deep_memory_profiler/templates.json
index 68c124014775ffff9119b5a6f44c620b63524d7c..6922a62d72f563a52ad31d5a0e8bea92a3a445a2 100644
--- a/tools/deep_memory_profiler/templates.json
+++ b/tools/deep_memory_profiler/templates.json
@@ -11,7 +11,7 @@
"mmap-gpu": ["vm", "gpu", {}],
"mmap-skia": ["vm", "skia", {}],
"mmap-tcmalloc": ["malloc", "renderer-module", {
- "WebCore": ["malloc", "WebCore", {}]
+ "blink": ["malloc", "blink", {}]
}]
}],
"linux.browser": ["vm", "base", {
@@ -33,7 +33,7 @@
"mmap-gpu": ["vm", "gpu", {}],
"mmap-skia": ["vm", "skia", {}],
"mmap-tcmalloc": ["malloc", "renderer-module", {
- "WebCore": ["malloc", "WebCore", {}]
+ "blink": ["malloc", "blink", {}]
}]
}],
"android.webview": ["vm", "base", {
@@ -42,7 +42,7 @@
"mmap-gpu": ["vm", "gpu", {}],
"mmap-skia": ["vm", "skia", {}],
"mmap-tcmalloc": ["malloc", "renderer-module", {
- "WebCore": ["malloc", "WebCore", {}],
+ "blink": ["malloc", "blink", {}],
"others": ["malloc", "browser-module", {}]
}]
}]
« no previous file with comments | « tools/deep_memory_profiler/sorters/malloc.type.json ('k') | tools/deep_memory_profiler/tests/data/heap.01234.0001.buckets » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698