On 09/28/2009 01:22 PM, Marcelo Tosatti wrote:
So one can measure SMP overhead.

+
+       for (n = cpu_count(); n>  0; n--)
+               on_cpu(n-1, do_tests, 0, 0);

Should be done inside do_test(), so we can start the measurement on all cpus at the same time (right now, if some cpus calibrate earlier, they will finish sooner and the others will have an easier time).

--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to