[Python-bugs-list] [ python-Bugs-441357 ] time.clock() docs wrong for Windows
noreply@sourceforge.net
noreply@sourceforge.net
Sat, 14 Jul 2001 16:40:10 -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: Open
Resolution: None
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.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=441357&group_id=5470