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
126d366e
Kaydet (Commit)
126d366e
authored
May 14, 2003
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
document Stats.dump_stats(), new for Python 2.3
üst
9c43910a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
libprofile.tex
Doc/lib/libprofile.tex
+8
-0
No files found.
Doc/lib/libprofile.tex
Dosyayı görüntüle @
126d366e
...
...
@@ -392,6 +392,14 @@ version of \function{profile.run()}. Statistics for identically named
single function statistics.
\end{methoddesc}
\begin{methoddesc}
[Stats]
{
dump
_
stats
}{
filename
}
Save the data loaded into the
\class
{
Stats
}
object to a file named
\var
{
filename
}
. The file is created if it does not exist, and is
overwritten if it already exists. This is equivalent to the method of
the same name on the
\class
{
profile.Profile
}
class.
\versionadded
{
2.3
}
\end{methoddesc}
\begin{methoddesc}
[Stats]
{
sort
_
stats
}{
key
\optional
{
, ...
}}
This method modifies the
\class
{
Stats
}
object by sorting it according
to the supplied criteria. The argument is typically a string
...
...
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