Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be8d06f + 01546a8 commit 3fab208Copy full SHA for 3fab208
1 file changed
Doc/library/time.rst
@@ -133,8 +133,7 @@ The module defines the following functions and data items:
133
134
On Unix, return the current processor time as a floating point number expressed
135
in seconds. The precision, and in fact the very definition of the meaning of
136
- "processor time", depends on that of the C function of the same name, but in any
137
- case, this is the function to use for benchmarking Python or timing algorithms.
+ "processor time", depends on that of the C function of the same name.
138
139
On Windows, this function returns wall-clock seconds elapsed since the first
140
call to this function, as a floating point number, based on the Win32 function
0 commit comments