What are some resources I can use to learn profiling/optimizing?

后端 未结 11 1900
醉梦人生
醉梦人生 2020-12-24 10:03

I just inherited a C# project that runs way to slow and will have to start optimizing it. What I wanted to do first is learn a little more about profiling/optimizing since I

11条回答
  •  一整个雨季
    2020-12-24 10:19

    these two articles is all I found till now:

    Find Application Bottlenecks with Visual Studio Profiler

    Measuring .NET Application Performance

提交回复
热议问题