Chromium Code Reviews| Index: tools/deep_memory_profiler/policies.json |
| diff --git a/tools/deep_memory_profiler/policies.json b/tools/deep_memory_profiler/policies.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2d1b34e7d491b8305d50ca64d76a110bc1275d47 |
| --- /dev/null |
| +++ b/tools/deep_memory_profiler/policies.json |
| @@ -0,0 +1,11 @@ |
| +{ |
| + "l0": { |
| + "file": "policy.l0.txt" |
| + }, |
| + "l1": { |
| + "file": "policy.l1.txt" |
| + }, |
| + "l2": { |
| + "file": "policy.l2.txt" |
| + } |
| +} |