commit | 7b1be36bb75b6e682a05f45267077f9c6583f680 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Mar 29 12:42:16 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Mar 29 12:42:16 2007 +0000 |
tree | c2f9ecfda4f06080981f5612dc1160f890a1c5a9 | |
parent | 65245739956825549bd01b98db42403c515f6995 [diff] |
In Windows' time.clock(), when QueryPerformanceFrequency() fails, the C lib's clock() is used, but it must be divided by CLOCKS_PER_SEC as for the POSIX implementation (thanks to #pypy). (backport from rev. 54606)