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