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

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

Issue 10824104: Use json to describe dmprof policies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add else: path in load_policy Created 8 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/dmprof ('k') | tools/deep_memory_profiler/policy.l0.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 "l0": { 2 "l0": {
3 "file": "policy.l0.txt" 3 "file": "policy.l0.json",
4 "format": "json"
4 }, 5 },
5 "l1": { 6 "l1": {
6 "file": "policy.l1.txt" 7 "file": "policy.l1.json",
8 "format": "json"
7 }, 9 },
8 "l2": { 10 "l2": {
9 "file": "policy.l2.txt" 11 "file": "policy.l2.json",
12 "format": "json"
10 } 13 }
11 } 14 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/dmprof ('k') | tools/deep_memory_profiler/policy.l0.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698