Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
0 answers
43 views

How to ignore long-running signal waits when analyzing contention using Visual Studio profiler?

I tried profiling an application to see potential thread contention issues using the Visual Studio profiler, but the problem is that the profiler sees waits on signals as the worst offenders (because ...
Lou's user avatar
  • 4,494
1 vote
1 answer
150 views

Why concurrency contention tool in vs 2010 doesn't use managed thread ids?

If you have used the concurrency contention profile tool provided in vs 2010, you will notice that all the thread ids used in the report are not managed thread ids, which is annoying. I want to know ...
Steve's user avatar
  • 5,083