Code Analyzers

D

darjonase

I am looking for some way to analyze the timing of my code. I have
placed some elapsed time functions in various methods, but my code is
still running slow and I want to find the biggest culprits of this.

I know of the tools stated here before, such as Visual Studio Analyzer
and DevPartner, but DevPartner is far too expensive and I can't find
any type of downloadable installer for VSA. One post that I read
mentioned that there were other tools in Vis Studio that could be used.
Does anyone know what tools these might be?

Again, I am looking to see where all of my timing is going while I run
my code. Any tool you can think of, please list for me and I will
determine if pricing is worth it or not.

Thanks all,
Darian
 
A

Andrew Backer

You might try dotTrace profiler (http://www.jetbrains.com/profiler/ ,
$250), from JetBrains. They make IntelliJ, a java IDE we would all be
happy if MS would just copy and get it over with.

Never used it, so I can't vouch for it, but they have a good track
record. If you do play with it, let me know how it is.

- Andrew
 

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

Top