
14 Aug
2011
14 Aug
'11
9:22 p.m.
On Aug 14, 2011, at 3:40 PM, Kraus Philipp
timer t; run_algorithm; std::cout << t.elapsed << std::endl;
Boost.Timer has some problems, I've seen it measure CPU time instead of wall time on some platforms and I'm not sure about the accuracy. I don't know about the MPI timer, but I would go with Chrono until Stopwatches is out. Cheers Gordon