Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
dbec7d2c
Commit
dbec7d2c
authored
Aug 19, 2001
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve Windows time.clock() blurb; was missing return type and unit.
parent
a6b9e3c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/lib/libtime.tex
Doc/lib/libtime.tex
+4
-4
No files found.
Doc/lib/libtime.tex
View file @
dbec7d2c
...
@@ -134,10 +134,10 @@ on that of the C function of the same name, but in any case, this is
...
@@ -134,10 +134,10 @@ on that of the C function of the same name, but in any case, this is
the function to use for benchmarking
\index
{
benchmarking
}
Python or
the function to use for benchmarking
\index
{
benchmarking
}
Python or
timing algorithms.
timing algorithms.
On Windows, this function returns
the nearest approximation to
On Windows, this function returns
wall-clock seconds elapsed since the
wall-clock time since the first call to this function, based on the
first call to this function, as a floating point number,
Win32 function
\cfunction
{
QueryPerformanceCounter()
}
. The resolution
based on the Win32 function
\cfunction
{
QueryPerformanceCounter()
}
.
is typically better than one microsecond.
The resolution
is typically better than one microsecond.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
ctime
}{
\optional
{
secs
}}
\begin{funcdesc}
{
ctime
}{
\optional
{
secs
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment