]> granicus.if.org Git - python/commit
The default timer unit was incorrectly measured in milliseconds instead
authorArmin Rigo <arigo@tunes.org>
Fri, 10 Feb 2006 13:19:53 +0000 (13:19 +0000)
committerArmin Rigo <arigo@tunes.org>
Fri, 10 Feb 2006 13:19:53 +0000 (13:19 +0000)
commit2bc23f512dd38717092f4642aa9b3d63705e9836
treed8f0a9a67ae68d700b546490ef62c39e5c37e4d1
parentb4549c4a7e8586a8f43c7bd573fd5bd255467677
The default timer unit was incorrectly measured in milliseconds instead
of seconds, producing numbers 1000 times too large.  It would be nice to
write a test for this, but how...  (thanks mwh)
Modules/_lsprof.c