2 Nov
2005
2 Nov
'05
11:53 a.m.
Hello, On Tue, Nov 01, 2005 at 09:04:01PM +0100, Richard B. Kreckel wrote:
Thanks for submitting a patch. However, your patch trades the measurement of used system time for the measurement of elapsed (physical) time.
Yes, since (AFAIK) there is no portable way to measure the former.
I don't think that's what we want.
OK, here is another patch. It uses getrusage() whenever available and std::clock() as a last resort. -- All science is either physics or stamp collecting.