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
3c1858a5
Kaydet (Commit)
3c1858a5
authored
Nis 14, 2001
tarafından
Eric S. Raymond
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Should resolve [ #416039 ] pstats browser crashes.
üst
9df3eabd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
pstats.py
Lib/pstats.py
+3
-3
No files found.
Lib/pstats.py
Dosyayı görüntüle @
3c1858a5
...
...
@@ -576,12 +576,12 @@ if __name__ == '__main__':
print
"Add profile info from given file to current stastics object."
def
do_callees
(
self
,
line
):
return
self
.
generic
(
'callees'
,
line
)
return
self
.
generic
(
'
print_
callees'
,
line
)
def
help_callees
(
self
):
print
"Print callees statistics from the current stat object."
def
do_callers
(
self
,
line
):
return
self
.
generic
(
'callers'
,
line
)
return
self
.
generic
(
'
print_
callers'
,
line
)
def
help_callers
(
self
):
print
"Print callers statistics from the current stat object."
...
...
@@ -630,7 +630,7 @@ if __name__ == '__main__':
print
"Print statistics from the current stat object."
def
do_strip
(
self
,
line
):
self
.
stats
.
strip_
order
()
self
.
stats
.
strip_
dirs
()
return
0
def
help_strip
(
self
):
print
"Strip leading path information from filenames in the report."
...
...
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