Author: njn
Date: 2007-11-02 21:44:02 +0000 (Fri, 02 Nov 2007)
New Revision: 7084

Log:
Update todo notes

Modified:
   trunk/massif/ms_main.c


Modified: trunk/massif/ms_main.c
===================================================================
--- trunk/massif/ms_main.c      2007-11-02 20:47:53 UTC (rev 7083)
+++ trunk/massif/ms_main.c      2007-11-02 21:44:02 UTC (rev 7084)
@@ -36,7 +36,25 @@
 //   documentation
 // - write documentation
 // - make --threshold and --peak-inaccuracy fractional
-// - do filename properly, clean up Valgrind-wide log file naming mess
+// - do filename properly, clean up Valgrind-wide log file naming mess.
+//   Expected behaviour:
+//   - Main log file:
+//     default                                      --> stderr
+//     --log-file=X                                 --> X.<pid>
+//     --log-file-exactly=X                         --> X
+//     --log-file-qualifier=QUAL                    --> [error]
+//     --log-file=X --log-file-qualifier=QUAL       --> X.$QUAL
+//   - Massif out file:
+//     default                                      --> cachegrind.out.<pid>
+//     --cg-out-file=X                              --> X.<pid>
+//     --cg-out-file-exactly=X                      --> X
+//     --cg-out-file-qualifier=QUAL                 --> [error]
+//     --cg-out-file=X --cg-out-file-qualifier=QUAL --> X.$QUAL
+//   - Likewise for Cachegrind, but with --cg-out/cg.out.
+//   - And in cg_annotate, remove the --<pid> option.
+//   - Likewise for Callgrind, but with --cl-out/cl.out (?)
+//   - And don't create .1, .2 etc suffixed files.
+//
 // - currently recording asked-for sizes of heap blocks, not actual sizes.
 //   Should add the difference to heap-admin, and change heap-admin name to
 //   something else (heap-extra?).


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to