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

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

Issue 10825075: Classify memory usage by allocated type in Deep Memory Profiler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: refactored. 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.json", 3 "file": "policy.l0.json",
4 "format": "json" 4 "format": "json"
5 }, 5 },
6 "l1": { 6 "l1": {
7 "file": "policy.l1.json", 7 "file": "policy.l1.json",
8 "format": "json" 8 "format": "json"
9 }, 9 },
10 "l2": { 10 "l2": {
11 "file": "policy.l2.json", 11 "file": "policy.l2.json",
12 "format": "json" 12 "format": "json"
13 },
14 "t0": {
15 "file": "policy.t0.json",
16 "format": "json"
13 } 17 }
14 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698