Good VB.NET profiler...

  • Thread starter Thread starter almurph
  • Start date Start date
A

almurph

Folks,

I'm looking for a good, free VB.NET profiler to look at my code as I
run it and make intelligent suggestions as how to make it go faster
etc...
Anyone with any suggestions/experiences/recommendations that thay
would like to share? Any comments much appreciated...

Al.
 
Folks,

I'm looking for a good, free VB.NET profiler to look at my code as I
run it and make intelligent suggestions as how to make it go faster
etc...
Anyone with any suggestions/experiences/recommendations that thay
would like to share? Any comments much appreciated...

I've used nprof (http://nprof.sourceforge.net). The 0.9 version doesn't
work for me, but 0.8 works just fine.
 
Back
Top