I am looking to analyse the usability, maintainability and reusability of an MVC 3 web application using design patterns. This could be via the Extension Manager in VS2010 Express or through another source.
In particular, I am interested in object oriented metrics, which I will be analysing as part of my thesis.
Could anyone give me a list of free profilers?
Regards,
David
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
I will be creating two applications, one with OOP design patterns the other without. Then I want to measure how many objects are outputted on different pages and compare them to a software metrics.
Telerik's JustCode seems to be more geared up for commercial developers and not for the academic side.
Are you able to run reports in Justcode to analyse the objects for example?
David
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
If you are looking to measure performance you should check out something like JustTrace, dotpeek, or Ants Performance profilier. There are some built in performance analysizers in the higher end version of visual studio.
To be honest the biggest advantage to using OOP design patterns is code maintablilty.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
davidtivy
Member
453 Points
164 Posts
Free Object Profiling Tools for Visual Studios 2010 Express
May 05, 2012 12:29 PM|LINK
Hi,
I am looking to analyse the usability, maintainability and reusability of an MVC 3 web application using design patterns. This could be via the Extension Manager in VS2010 Express or through another source.
In particular, I am interested in object oriented metrics, which I will be analysing as part of my thesis.
Could anyone give me a list of free profilers?
Regards,
David
Ken Tucker
All-Star
16797 Points
2608 Posts
MVP
Re: Free Object Profiling Tools for Visual Studios 2010 Express
May 05, 2012 01:19 PM|LINK
There is FxCop which will do some code analysis for you
http://msdn.microsoft.com/en-us/library/bb429476(v=vs.80).aspx
There are also addins like Telerik's JustCode, DevExpress CodeRush, and JetBrains R# which will check your code for you
Code it right is another addin
http://submain.com/products/codeit.right.aspx
Space Coast .Net User Group
davidtivy
Member
453 Points
164 Posts
Re: Free Object Profiling Tools for Visual Studios 2010 Express
May 05, 2012 01:43 PM|LINK
Thanks for your answer.
I will be creating two applications, one with OOP design patterns the other without. Then I want to measure how many objects are outputted on different pages and compare them to a software metrics.
Telerik's JustCode seems to be more geared up for commercial developers and not for the academic side.
Are you able to run reports in Justcode to analyse the objects for example?
David
Ken Tucker
All-Star
16797 Points
2608 Posts
MVP
Re: Free Object Profiling Tools for Visual Studios 2010 Express
May 05, 2012 02:26 PM|LINK
If you are looking to measure performance you should check out something like JustTrace, dotpeek, or Ants Performance profilier. There are some built in performance analysizers in the higher end version of visual studio.
To be honest the biggest advantage to using OOP design patterns is code maintablilty.
Space Coast .Net User Group
davidtivy
Member
453 Points
164 Posts
Re: Free Object Profiling Tools for Visual Studios 2010 Express
May 05, 2012 04:15 PM|LINK
Thanks for your input.