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
e05c3e0f
Kaydet (Commit)
e05c3e0f
authored
Mar 23, 2004
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix markup nits
üst
4ac6c6af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
libprofile.tex
Doc/lib/libprofile.tex
+4
-4
No files found.
Doc/lib/libprofile.tex
Dosyayı görüntüle @
e05c3e0f
...
@@ -361,7 +361,7 @@ Analysis of the profiler data is done using this class from the
...
@@ -361,7 +361,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
{
,
...
}}
\begin{classdesc}
{
Stats
}{
filename
\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.
manipulated by methods, in order to print useful reports.
...
@@ -398,7 +398,7 @@ statistics for these two entries are accumulated into a single entry.
...
@@ -398,7 +398,7 @@ statistics for these two entries are accumulated into a single entry.
\end{methoddesc}
\end{methoddesc}
\begin{methoddesc}
[Stats]
{
add
}{
filename
\optional
{
,
...
}}
\begin{methoddesc}
[Stats]
{
add
}{
filename
\optional
{
,
\moreargs
}}
This method of the
\class
{
Stats
}
class accumulates additional
This method of the
\class
{
Stats
}
class accumulates additional
profiling information into the current profiling object. Its
profiling information into the current profiling object. Its
arguments should refer to filenames created by the corresponding
arguments should refer to filenames created by the corresponding
...
@@ -415,7 +415,7 @@ the same name on the \class{profile.Profile} class.
...
@@ -415,7 +415,7 @@ the same name on the \class{profile.Profile} class.
\versionadded
{
2.3
}
\versionadded
{
2.3
}
\end{methoddesc}
\end{methoddesc}
\begin{methoddesc}
[Stats]
{
sort
_
stats
}{
key
\optional
{
,
...
}}
\begin{methoddesc}
[Stats]
{
sort
_
stats
}{
key
\optional
{
,
\moreargs
}}
This method modifies the
\class
{
Stats
}
object by sorting it according
This method modifies the
\class
{
Stats
}
object by sorting it according
to the supplied criteria. The argument is typically a string
to the supplied criteria. The argument is typically a string
identifying the basis of a sort (example:
\code
{
'time'
}
or
identifying the basis of a sort (example:
\code
{
'time'
}
or
...
@@ -551,7 +551,7 @@ is only ticking at a rate (typically) of about .001 seconds. Hence no
...
@@ -551,7 +551,7 @@ is only ticking at a rate (typically) of about .001 seconds. Hence no
measurements will be more accurate than the underlying clock. If
measurements will be more accurate than the underlying clock. If
enough measurements are taken, then the ``error'' will tend to average
enough measurements are taken, then the ``error'' will tend to average
out. Unfortunately, removing this first error induces a second source
out. Unfortunately, removing this first error induces a second source
of error.
..
of error.
The second problem is that it ``takes a while'' from when an event is
The second problem is that it ``takes a while'' from when an event is
dispatched until the profiler's call to get the time actually
dispatched until the profiler's call to get the time actually
...
...
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