in reply to Benchmark does timethese() in parallell?
From a design point of view, timethese() SHOULD NOT run things in parallel. If it does that, then because of things like thread scheduling, resource sharing etc., you no longer get the true and fair result.
|
|---|