Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
51a23fe2
Kaydet (Commit)
51a23fe2
authored
Nis 22, 2006
tarafından
George Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- add versionadded tag
- make arbitrary arguments come last
üst
449be383
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
libprofile.tex
Doc/lib/libprofile.tex
+3
-1
No files found.
Doc/lib/libprofile.tex
Dosyayı görüntüle @
51a23fe2
...
...
@@ -391,7 +391,7 @@ Analysis of the profiler data is done using this class from the
% (This \stmodindex use may be hard to change ;-( )
\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''
from a
\var
{
filename
}
(or set of filenames).
\class
{
Stats
}
objects are
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
processes can be considered in a single report. If additional files
need to be combined with data in an existing
\class
{
Stats
}
object, the
\method
{
add()
}
method can be used.
\versionchanged
[The \var{stream} parameter was added]
{
2.5
}
\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