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
a3e56a6c
Kaydet (Commit)
a3e56a6c
authored
Nis 13, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Minor markup adjustments.
Turn reference to the cmd module into a hyperlink.
üst
022171fa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libprofile.tex
Doc/lib/libprofile.tex
+2
-2
No files found.
Doc/lib/libprofile.tex
Dosyayı görüntüle @
a3e56a6c
...
@@ -222,14 +222,14 @@ p.add('fooprof')
...
@@ -222,14 +222,14 @@ p.add('fooprof')
Invoked as a script, the
\module
{
pstats
}
module is a statistics
Invoked as a script, the
\module
{
pstats
}
module is a statistics
browser for reading and examining profile dumps. It has a simple
browser for reading and examining profile dumps. It has a simple
line-oriented interface (implemented using
\module
{
cmd
}
) and
line-oriented interface (implemented using
\
ref
module
{
cmd
}
) and
interactive help.
interactive help.
\section
{
What Is Deterministic Profiling?
}
\section
{
What Is Deterministic Profiling?
}
\nodename
{
Deterministic Profiling
}
\nodename
{
Deterministic Profiling
}
\dfn
{
Deterministic profiling
}
is meant to reflect the fact that all
\dfn
{
Deterministic profiling
}
is meant to reflect the fact that all
\
dfn
{
function call
}
,
\dfn
{
function return
}
, and
\dfn
{
exception
}
events
\
emph
{
function call
}
,
\emph
{
function return
}
, and
\emph
{
exception
}
events
are monitored, and precise timings are made for the intervals between
are monitored, and precise timings are made for the intervals between
these events (during which time the user's code is executing). In
these events (during which time the user's code is executing). In
contrast,
\dfn
{
statistical profiling
}
(which is not done by this
contrast,
\dfn
{
statistical profiling
}
(which is not done by this
...
...
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