This is the mail archive of the pthreads-win32@sources.redhat.com mailing list for the pthreas-win32 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

profiling results...



Hello everyone,
I tried profiling my program (multithreaded server) and it appears that
it spents most of the time (80% - 90%) in WaitForMultipleObjects (->
CancelableWait() -> pthreadCancelableTimedWait() ->
pthread_cond_timedwait())...
Is this CPU 'eating' a normal behaviour of WaitForMultipleObjects?
Thank you!
Regards,
	Ales

------------------
Ales Pour
Princip a.s.
Czech Republic

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]