All Questions
Tagged with contention profiler
2 questions
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 ...
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 ...