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

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: Use 'stacktrace' instead of 'pattern' 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
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

Powered by Google App Engine
This is Rietveld 408576698