Bug 393926

Summary: helpful to have report timestamp in wall-clock time
Product: [Developer tools] valgrind Reporter: Bill Torpey <wallstprog>
Component: generalAssignee: Julian Seward <jseward>
Status: REPORTED ---    
Severity: normal CC: wallstprog
Priority: NOR    
Version: 3.12 SVN   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: patch file to enable wall-clock timestamps
improved patch file for 3.13.0

Description Bill Torpey 2018-05-06 20:29:48 UTC
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.
Comment 1 Bill Torpey 2018-07-18 20:04:17 UTC
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.