Profiling .Net thread contention

后端 未结 3 1324
悲&欢浪女
悲&欢浪女 2021-01-18 08:48

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

3条回答
  •  萌比男神i
    2021-01-18 09:16

    Not a profiler, but windbg with the sosex.dll extension can tell you what deadlocks you are having. Look for it here and read about the !dlk command.

提交回复
热议问题