On 6/2/20 9:24 PM, Zebediah Figura wrote:
From: Sebastian Lackner sebastian@fds-team.de
Based on a patch by Ray Hinchliffe ray@pobox.co.uk.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=20230 Signed-off-by: Zebediah Figura z.figura12@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."