Message5547

Author zyasoft
Recipients drtimcouper, zyasoft
Date 2010-02-22.23:27:06
SpamBayes Score 0.00045021944
Marked as misclassified No
Message-id <1266881226.87.0.610559242661.issue1560@psf.upfronthosting.co.za>
In-reply-to
Content
According to the docs, os.times should return a 5-tuple of floating point numbers indicating accumulated (processor or other) times, in seconds. The items are: user time, system time, children’s user time, children’s system time, and elapsed real time since a fixed point in the past, in that order.

Windows does not support the last three elements. We can't get the children's time readily in Java, at least without going to JNI, so for the time being we follow the Window's subset where the elements are zero.
History
Date User Action Args
2010-02-22 23:27:06zyasoftsetmessageid: <1266881226.87.0.610559242661.issue1560@psf.upfronthosting.co.za>
2010-02-22 23:27:06zyasoftsetrecipients: + zyasoft, drtimcouper
2010-02-22 23:27:06zyasoftlinkissue1560 messages
2010-02-22 23:27:06zyasoftcreate