Created attachment 112452 [details] patch file to enable wall-clock timestamps There are times when it would be very helpful for valgrind to report wall-clock time instead of elapsed time in its reports -- e.g., to help sybchronize reports with application logs. The attached patch allows this. Pls let me know if there's a better way to submit patch.
Created attachment 114005 [details] improved patch file for 3.13.0 Sorry for the poor quality of previous patch file -- my editor trims trailing whitespace and I didn't notice all the superfluous "stuff". Attached is a much improved patch file that targets 3.13.0. Hopefully that will make this easier to apply. Please let me know if there's anything else I can do to improve the patch. Thanks.