https://bugs.winehq.org/show_bug.cgi?id=20230
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|SIV (System Information |Multiple system information |Viewer) needs |tools and debuggers need |GetThreadTimes() to return |GetThreadTimes() to return |correct values for all |correct values for all |threads |threads (SIV System | |Information Viewer, Ollydbg | |1.x/2.x, x64dbg)
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
Zeb made a new attempt to get patches in:
https://www.winehq.org/pipermail/wine-devel/2020-June/167306.html
--- quote --- 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. --- quote ---
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.
Refining summary to reference these tools as well.
Regards