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", {}] |
}] |
}] |