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
a058eaa8
Commit
a058eaa8
authored
Apr 22, 2006
by
George Yoshida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- add versionadded tag
- make arbitrary arguments come last
parent
2c5cea68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Doc/lib/libprofile.tex
Doc/lib/libprofile.tex
+3
-1
No files found.
Doc/lib/libprofile.tex
View file @
a058eaa8
...
@@ -391,7 +391,7 @@ Analysis of the profiler data is done using this class from the
...
@@ -391,7 +391,7 @@ Analysis of the profiler data is done using this class from the
% (This \stmodindex use may be hard to change ;-( )
% (This \stmodindex use may be hard to change ;-( )
\stmodindex
{
pstats
}
\stmodindex
{
pstats
}
\begin{classdesc}
{
Stats
}{
filename
\optional
{
,
\moreargs\optional
{
, stream=sys.stdout
}}}
\begin{classdesc}
{
Stats
}{
filename
\optional
{
,
stream=sys.stdout
\optional
{
,
\moreargs
}}}
This class constructor creates an instance of a ``statistics object''
This class constructor creates an instance of a ``statistics object''
from a
\var
{
filename
}
(or set of filenames).
\class
{
Stats
}
objects are
from a
\var
{
filename
}
(or set of filenames).
\class
{
Stats
}
objects are
manipulated by methods, in order to print useful reports. You may specify
manipulated by methods, in order to print useful reports. You may specify
...
@@ -409,6 +409,8 @@ functions will be coalesced, so that an overall view of several
...
@@ -409,6 +409,8 @@ functions will be coalesced, so that an overall view of several
processes can be considered in a single report. If additional files
processes can be considered in a single report. If additional files
need to be combined with data in an existing
\class
{
Stats
}
object, the
need to be combined with data in an existing
\class
{
Stats
}
object, the
\method
{
add()
}
method can be used.
\method
{
add()
}
method can be used.
\versionchanged
[The \var{stream} parameter was added]
{
2.5
}
\end{classdesc}
\end{classdesc}
...
...
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