in reply to Benchmark doesn't tell me what I want to hear

If I understand what your saying, I think you'll get better mileage if you start with profiling instead of benchmarking:

So if you do the profiling first, you'll have a better idea of which portions of code might need to be done some other way, and then you can benchmark the original and alternative methods for these portions to see whether the optimization works.

  • Comment on Re: Benchmark doesn't tell me what I want to hear