Performance monitor
C#
4
Posts
2
Posters
0
Views
1
Watching
-
Are there some free tools to show the performance of my app on XP? Request: 1.process can be assigned 2.the threads in my app 3.memory used( whether GC.Collect works and memory generation) thank you very much
You could use a. Devpartner profiler from compuware b. CLR profiler [URL]http://www.microsoft.com/downloads/details.aspx?FamilyId=86CE6052-D7F4-4AEB-9B7A-94635BEEBDDA&displaylang=en [/URL]
-
You could use a. Devpartner profiler from compuware b. CLR profiler [URL]http://www.microsoft.com/downloads/details.aspx?FamilyId=86CE6052-D7F4-4AEB-9B7A-94635BEEBDDA&displaylang=en [/URL]
-
These are very good tools, I finally selected CLR profiler because of the lost cost. Thanks a lot.