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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/deep_memory_profiler/subcommands/cat.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "l2": ["vm", "map", {
3 "mmap-tcmalloc": ["malloc", "component", {}]
4 }],
5 "details": ["vm", "map", {
6 "mmap-tcmalloc": ["malloc", "component", {
7 "webkit": ["malloc", "webkit-details", {}],
8 "skia": ["malloc", "skia-details", {}]
9 }],
10 "mmap-v8-heap": ["javascript", "type", {}]
11 }]
12 }
OLDNEW
« 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