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
962e2a73
Unverified
Kaydet (Commit)
962e2a73
authored
Kas 07, 2017
tarafından
Barry Warsaw
Kaydeden (comit)
GitHub
Kas 07, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix a minor typo and hyphenate "multi-threading" (#4237)
üst
a22a1274
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
cmdline.rst
Doc/using/cmdline.rst
+5
-5
No files found.
Doc/using/cmdline.rst
Dosyayı görüntüle @
962e2a73
...
@@ -408,11 +408,11 @@ Miscellaneous options
...
@@ -408,11 +408,11 @@ Miscellaneous options
*
``-
X
showalloccount
``
to
output
the
total
count
of
allocated
objects
for
*
``-
X
showalloccount
``
to
output
the
total
count
of
allocated
objects
for
each
type
when
the
program
finishes
.
This
only
works
when
Python
was
built
with
each
type
when
the
program
finishes
.
This
only
works
when
Python
was
built
with
``
COUNT_ALLOCS
``
defined
.
``
COUNT_ALLOCS
``
defined
.
*
``-
X
importtime
``
to
show
how
long
each
import
takes
.
It
shows
module
name
,
*
``-
X
importtime
``
to
show
how
long
each
import
takes
.
It
shows
module
cumulative
time
(
including
nested
imports
)
and
self
time
(
exluding
nested
name
,
cumulative
time
(
including
nested
imports
)
and
self
time
(
excluding
imports
).
Note
that
its
output
may
be
broken
in
multi
threaded
application
.
nested
imports
).
Note
that
its
output
may
be
broken
in
multi
-
threaded
Typical
usage
is
``
python3
-
X
importtime
-
c
'import asyncio'
``.
See
also
application
.
Typical
usage
is
``
python3
-
X
importtime
-
c
'import
:
envvar
:`
PYTHONPROFILEIMPORTTIME
`.
asyncio'
``.
See
also
:
envvar
:`
PYTHONPROFILEIMPORTTIME
`.
It
also
allows
passing
arbitrary
values
and
retrieving
them
through
the
It
also
allows
passing
arbitrary
values
and
retrieving
them
through
the
:
data
:`
sys
.
_xoptions
`
dictionary
.
:
data
:`
sys
.
_xoptions
`
dictionary
.
...
...
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