Add time stamps to XML START/FINISH indications.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4182 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/README_XML_OUTPUT.txt b/README_XML_OUTPUT.txt
index 3ad2696..b6852c8 100644
--- a/README_XML_OUTPUT.txt
+++ b/README_XML_OUTPUT.txt
@@ -151,14 +151,18 @@
 
 * The following, indicating that the program has now started:
 
-     <status>RUNNING</status>
+     <status> <what>RUNNING</what> 
+              <when>human-readable-time-string</when> 
+     </status>
 
 * Zero or more of (either ERROR or ERRORCOUNTS).
 
 * The following, indicating that the program has now finished, and
   that the wrapup (leak checking) is happening.
 
-     <status>FINISHED</status>
+     <status> <what>FINISHED</what> 
+              <when>human-readable-time-string</when> 
+     </status>
 
 * SUPPCOUNTS, indicating how many times each suppression was used.