htrada Posted July 4, 2004 Posted July 4, 2004 Hi, I´m currently developing an app and I want to see wich part of the code is taking most of the CPU time and how much memory is consumed by each object. How can I test these two things?? bye Hernan Quote
Administrators PlausiblyDamp Posted July 4, 2004 Administrators Posted July 4, 2004 Have a look here for a .Net profiler - still in alpha but worth a look. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Administrators PlausiblyDamp Posted July 4, 2004 Administrators Posted July 4, 2004 And also the CLRProfiler from MS is useful for tracking memory etc. Finaly Process Explorer from sysinternals can give some useful inf on .Net apps. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.