What features should a C#/.NET profiler have?

前端 未结 14 1869
暗喜
暗喜 2021-01-30 11:18

This could be a borderline advertisement, not to mention subjective, but the question is an honest one. For the last two months, I\'ve been developing a new open source profiler

14条回答
  •  死守一世寂寞
    2021-01-30 11:43

    It would be nice if the .NET related profiling measures from Perfmon are integrated, so that you avoid "double" monitoring with perfmon and your app. This is esepcially useful for all the memory-related items.

提交回复
热议问题