[Python-bugs-list] [ python-Bugs-441357 ] time.clock() docs wrong for Windows
noreply@sourceforge.net
noreply@sourceforge.net
Mon, 16 Jul 2001 08:42:09 -0700
Bugs item #441357, was opened at 2001-07-14 16:40
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=441357&group_id=5470
Category: Documentation
Group: Platform-specific
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Tim Peters (tim_one)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: time.clock() docs wrong for Windows
Initial Comment:
Almost nothing about the time.clock() docs is correct
on Windows. Here's the Windows Truth:
On Windows, time.clock() uses the Win32
QueryPerformanceCounter API. The value returned is an
approximation to wall-clock seconds elapsed since the
first time time.clock() was called during a program
run. The resolution is typically better than a
microsecond.
----------------------------------------------------------------------
>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-16 08:42
Message:
Logged In: YES
user_id=3066
Fixed in Doc/lib/libtime.tex revisions 1.42 and 1.37.4.3.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=441357&group_id=5470