Issue1838358

classification
Title: Improve Resolution in time.clock()
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, rluse
Priority: normal Keywords:

Created on 2007-11-26.01:38:37 by rluse, last changed 2007-11-30.19:44:51 by cgroves.

Messages
msg2016 (view) Author: Bob Luse (rluse) Date: 2007-11-26.01:38:37
The time resolution in time.clock() could be improved substantially by using System.nonoTime() instead of System.currentTimeMillis().
msg2017 (view) Author: Charlie Groves (cgroves) Date: 2007-11-30.19:44:51
Fixed in trunk in r3723.
History
Date User Action Args
2007-11-26 01:38:37rlusecreate