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

Unified Diff: tools/deep_memory_profiler/policies.json

Issue 10802049: Change dmprof commandline format, and clean up start-up routines. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: policy setting. Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
« tools/deep_memory_profiler/dmprof ('K') | « tools/deep_memory_profiler/dmprof ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
+ }
+}
« tools/deep_memory_profiler/dmprof ('K') | « tools/deep_memory_profiler/dmprof ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698