Activity overview
Latest activity by Martín
InternalWaitOne and CPU usage
Hello: I'm profiling an application that's multithreaded. ANTS Performance Profiler shows that 79% of CPU time is spent on a System.Threading.WaitHandle.InternalWaitOne() call. This call however...