[issue1040026] os.times() is bogus

David W. Lambert report at bugs.python.org
Sat Oct 4 05:24:01 CEST 2008


David W. Lambert <lambertdw at corning.com> added the comment:

I don't know what is "HZ", but if it's "hertz" then a division is 
necessary.

         total_clocks
time = -----------------
       clocks_per_second

otherwise there's no hope.

----------
nosy: +LambertDW

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1040026>
_______________________________________


More information about the Python-bugs-list mailing list