Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Profiling .Net thread contention

Is there any tool available to profile .Net Thread contention. I have added performance counter for threads for a windows Service which is running slow. It shows around 150 thread contentions. I would like to profile what area of the code is responsible for so much of Thread contentions. Is there any tool available which can point me into the right code blocks.

like image 919
Amitabh Avatar asked Feb 08 '10 15:02

Amitabh


1 Answers

Visual Studio 2010 has a thread contention profiler.

like image 186
Mauricio Scheffer Avatar answered Oct 17 '22 01:10

Mauricio Scheffer