Need tool that shows unused methods

  • Thread starter Thread starter Adam Nowotny
  • Start date Start date
A

Adam Nowotny

I want to make some cleanup in my application. Is there any tool that
would show me methods that are NOT used in my solution ?
 
Hi Adam
You can use the .net profiler. This is a tool that allow you to profile
running .net application. What you can do is to attach the profiler to you
application try all possible scenario, and then inspect the (Call tree).
this show all the functions called by your application , you can use that
to compare to list of function that are in your application to check what
was used and what was not
check the link
http://nprof.sourceforge.net/Site/SiteHomeNews.html
hope this helps
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top