[PATCH] ntdll: provide a timestamp debug channel, which prints a millisecond resolution timestamp in front of debug output, very useful to debug deadlocks

Dmitry Timoshkov dmitry at baikal.ru
Wed Aug 24 06:34:00 CDT 2011


Bernhard Loos <bernhardloos at googlemail.com> wrote:

> ret = wine_dbg_printf( "%7u:", (unsigned int) (now.QuadPart - server_start_time) / 10000 );

Probably you want to use wine_dbgstr_longlong() here.

-- 
Dmitry.



More information about the wine-devel mailing list