Re: incorrect time accouting

From: Peter Chubb
Date: Thu Sep 02 2004 - 21:22:09 EST


>>>>> "Paolo" == Paolo Molaro <lupus@xxxxxxxxxx> writes:

Paolo> While benchmarking, a user pointed out that time(1) reported
Paolo> incorrect user and system times when running mono.
Paolo> A typical example (running on 2.6.8.1 is):



This is because mono is multithreaded. At present, time(1) records
only the time of the parent thread. This will change soon (I hope)
when the Roland McGrath's getrusage() patches are merged.

--
Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au
The technical we do immediately, the political takes *forever*
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/