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

Side by Side Diff: tools/deep_memory_profiler/policies.json

Issue 13514003: Breakdown memory usage by source file names in dmprof. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/dmprof.py ('k') | tools/deep_memory_profiler/policy.sourcefile.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "sourcefile": {
3 "file": "policy.sourcefile.json",
4 "format": "json"
5 },
2 "l0": { 6 "l0": {
3 "file": "policy.l0.json", 7 "file": "policy.l0.json",
4 "format": "json" 8 "format": "json"
5 }, 9 },
6 "l1": { 10 "l1": {
7 "file": "policy.l1.json", 11 "file": "policy.l1.json",
8 "format": "json" 12 "format": "json"
9 }, 13 },
10 "l2": { 14 "l2": {
11 "file": "policy.l2.json", 15 "file": "policy.l2.json",
12 "format": "json" 16 "format": "json"
13 }, 17 },
14 "t0": { 18 "t0": {
15 "file": "policy.t0.json", 19 "file": "policy.t0.json",
16 "format": "json" 20 "format": "json"
17 } 21 }
18 } 22 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/dmprof.py ('k') | tools/deep_memory_profiler/policy.sourcefile.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698