Diagnosing runaway CPU in a .Net production application

前端 未结 10 678
野性不改
野性不改 2021-02-01 10:12

Does anyone know of a tool that can help me figure out why we are seeing runaway CPU in a managed app?

What I am not looking for:

10条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-01 10:32

    A profiler is probably the correct answer here.

    If you don't want a "fully fledged profiler" like DotTrace, you might want to try SlimTune. It works fairly well, and is completely free (and open source).

提交回复
热议问题