Bug 393926 - helpful to have report timestamp in wall-clock time
Summary: helpful to have report timestamp in wall-clock time
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.12 SVN
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-06 20:29 UTC by Bill Torpey
Modified: 2018-07-18 20:04 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
patch file to enable wall-clock timestamps (2.50 KB, text/plain)
2018-05-06 20:29 UTC, Bill Torpey
Details
improved patch file for 3.13.0 (6.45 KB, patch)
2018-07-18 20:04 UTC, Bill Torpey
Details

Note You need to log in before you can comment on or make changes to this bug.
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.