Jim Aston <[EMAIL PROTECTED]> writes:

> 1) server_call_noerr() - wineserver - is always 91-95% of the app side.
>    (The kernel module/syscall looks to address this problem. Yay!)

The profiler also counts the time when the app is sleeping. It is
perfectly normal to spend 95% of the time in server_call(), since this
is where the app will be sleeping waiting for an event to happen. This
doesn't mean that server_call() takes up 95% of the CPU time...

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to