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

Unified Diff: tools/deep_memory_profiler/templates.json

Issue 22352005: Add supports for nested breakdown in 'dmprof cat'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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
« no previous file with comments | « tools/deep_memory_profiler/subcommands/cat.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/templates.json
diff --git a/tools/deep_memory_profiler/templates.json b/tools/deep_memory_profiler/templates.json
new file mode 100644
index 0000000000000000000000000000000000000000..b4d9a4eb6089ba58e24569eae1b49c49cb341a3d
--- /dev/null
+++ b/tools/deep_memory_profiler/templates.json
@@ -0,0 +1,12 @@
+{
+ "l2": ["vm", "map", {
+ "mmap-tcmalloc": ["malloc", "component", {}]
+ }],
+ "details": ["vm", "map", {
+ "mmap-tcmalloc": ["malloc", "component", {
+ "webkit": ["malloc", "webkit-details", {}],
+ "skia": ["malloc", "skia-details", {}]
+ }],
+ "mmap-v8-heap": ["javascript", "type", {}]
+ }]
+}
« no previous file with comments | « tools/deep_memory_profiler/subcommands/cat.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698