C# Code Optimizing

  • Thread starter Thread starter Coder Coder
  • Start date Start date
C

Coder Coder

Hi,
Does anyone know of a good tool to help optimize C# code.
Just basically tell you how long each line of code takes to execute,
so you can easily find the bottle neck in the code.

- Thanks
 
Have you tried the new version 1.2 that supports Framework 1.1? We're just
getting around to testing it.

Have you used it for profiling distributed (N-tier, remoted) applications?

Looks pretty promising on the surface, but we haven't really used it a lot
yet.

Eric
 
Back
Top