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

前端 未结 14 1814
暗喜
暗喜 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:48

    Phsr already mentioned the EQATEC Profiler .

    One feature it has that I like is that, even without reading any documentation or paying any attention at all to what I am doing, I was able to successfully, from start to finish, profile an application. Usability is a wonderful thing. Please be careful about how you add all those fancy options...don't kill usability in the process.

提交回复
热议问题