[PATCH v2 1/3] ntdll: Return correct values in GetThreadTimes() for all threads.

Zebediah Figura z.figura12 at gmail.com
Wed Jun 3 10:43:34 CDT 2020


On 6/2/20 9:24 PM, Zebediah Figura wrote:
> From: Sebastian Lackner <sebastian at fds-team.de>
> 
> Based on a patch by Ray Hinchliffe <ray at pobox.co.uk>.
> 
> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=20230
> Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
> ---
> The only applications associated with this patch, and the others in the series,
> are essentially system process monitors. Accordingly, it's not really providing
> anything useful over host utilities such as ps(1).
> 
> This patch helps System Information Viewer, and the other two in the series help
> Process Hacker.

Anastasius points out this information is also displayed by debuggers, 
e.g. Ollydbg and x64dbg:

"Actually the first patch also helps multiple debuggers. Ollydbg 
v1.x/2.x and x64dbg have a 'Threads' view which includes display of 
user/kernel CPU time of all the debuggee threads in real-time which is 
useful in certain situations."



More information about the wine-devel mailing list