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

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

Issue 14822011: dmprof breakdown policy for the Android browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | tools/deep_memory_profiler/policy.android.browser.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 "android.browser": {
3 "file": "policy.android.browser.json",
4 "format": "json"
5 },
2 "sourcefile": { 6 "sourcefile": {
3 "file": "policy.sourcefile.json", 7 "file": "policy.sourcefile.json",
4 "format": "json" 8 "format": "json"
5 }, 9 },
6 "l0": { 10 "l0": {
7 "file": "policy.l0.json", 11 "file": "policy.l0.json",
8 "format": "json" 12 "format": "json"
9 }, 13 },
10 "l1": { 14 "l1": {
11 "file": "policy.l1.json", 15 "file": "policy.l1.json",
12 "format": "json" 16 "format": "json"
13 }, 17 },
14 "l2": { 18 "l2": {
15 "file": "policy.l2.json", 19 "file": "policy.l2.json",
16 "format": "json" 20 "format": "json"
17 }, 21 },
18 "t0": { 22 "t0": {
19 "file": "policy.t0.json", 23 "file": "policy.t0.json",
20 "format": "json" 24 "format": "json"
21 } 25 }
22 } 26 }
OLDNEW
« no previous file with comments | « no previous file | tools/deep_memory_profiler/policy.android.browser.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698