Home All Groups Group Topic Archive Search About
Author
10 Jul 2006 3:13 PM
pranshu
Hello Tom,
You might be better off using a CPU profiler
Google for .NET profiler
http://www.google.co.uk/search?hl=en&q=.net+profiler&btnG=Search

These are good at identifying the bottlenecks.
The only issue is that you need to have test cases to do exactly what
the users are doing to be able to invoke the correct methods with
euivalent amount of data.

Typically, you can aim at tuning 10 slowest methods and 10 most
frequently called methods.


Pranshu

AddThis Social Bookmark Button