I want to do some micro-benchmarking (i.e. timing method calls, object instantiations, etc.) on .NET 2.0. Has anybody got advice for that or knows a (free) tool or benchmarking framework I could use? I know I should repeat my test cases a _high_ number of times, but what pitfalls do I have to expect aside from that?
One pitfall I know I have to avoid is JIT optimization. AFAIK, this should be disabled in (C#) Debug builds automatically. Is this correct? Fabian =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com