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

Side by Side Diff: tools/deep_memory_profiler/sorter.vm-sharing.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
OLDNEW
1 { 1 {
2 "type": "sorter", 2 "type": "sorter",
3 "version": 1, 3 "version": 1,
4 "world": "vm", 4 "world": "vm",
5 "name": "sharing", 5 "name": "sharing",
6 "root": true,
6 "order": {}, 7 "order": {},
7 "rules": [ 8 "rules": [
8 { 9 {
9 "name": "others", 10 "name": "others",
10 "sharedwith": ["others"] 11 "sharedwith": ["others"]
11 }, 12 },
12 { 13 {
13 "name": "chrome", 14 "name": "chrome",
14 "sharedwith": ["group"] 15 "sharedwith": ["group"]
15 }, 16 },
16 { 17 {
17 "name": "private", 18 "name": "private",
18 "sharedwith": ["private"] 19 "sharedwith": ["private"]
19 }, 20 },
20 { 21 {
21 "name": "any" 22 "name": "any"
22 } 23 }
23 ] 24 ]
24 } 25 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/sorter.vm-map.json ('k') | tools/deep_memory_profiler/subcommands/cat.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698