Activity overview
Latest activity by Barry
Chris.Allen wrote:
You can only do accurate *absolute* timings when the profiler is in low-overhead mode. This discounts using line-level profiling. Can you repeat the experiment with sampling mode? Also, wall-clock times are going to be heavily influenced by external latencies. Try CPU timing first - again if its comparing *absolute* time you are interested in.
Thank you for the information: I'll try it with those settings and get back to you if I am still confused. / comments
Chris.Allen wrote:
You can only do accurate *absolute* timings when the profiler is in low-overhead mode. This discounts using line-level profiling. Can you repeat the experiment with sampling m...
Wallclock Time Question
I am testing two versions of our application, one built with .Net 1.1 and the other on .Net 3.5.
The testing is isolated on a development workstation and all external devices; [SQL Server, etc.] ar...