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
9d12ab5c
Kaydet (Commit)
9d12ab5c
authored
Agu 31, 2003
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix long option markup.
üst
0970dbab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
libtimeit.tex
Doc/lib/libtimeit.tex
+7
-7
No files found.
Doc/lib/libtimeit.tex
Dosyayı görüntüle @
9d12ab5c
...
@@ -96,16 +96,16 @@ python timeit.py [-n N] [-r N] [-s S] [-t] [-c] [-h] [statement ...]
...
@@ -96,16 +96,16 @@ python timeit.py [-n N] [-r N] [-s S] [-t] [-c] [-h] [statement ...]
where the following options are understood:
where the following options are understood:
\begin{description}
\begin{description}
\item
[-n N/
--number=N
]
how many times to execute 'statement'
\item
[-n N/
\longprogramopt{number=N}
]
how many times to execute 'statement'
\item
[-r N/
--repeat=N
]
how many times to repeat the timer (default 3)
\item
[-r N/
\longprogramopt{repeat=N}
]
how many times to repeat the timer (default 3)
\item
[-s S/
--setup=S
]
statement to be executed once initially (default
\item
[-s S/
\longprogramopt{setup=S}
]
statement to be executed once initially (default
\code
{
'pass'
}
)
\code
{
'pass'
}
)
\item
[-t/
--time
]
use
\function
{
time.time()
}
\item
[-t/
\longprogramopt{time}
]
use
\function
{
time.time()
}
(default on all platforms but Windows)
(default on all platforms but Windows)
\item
[-c/
--clock
]
use
\function
{
time.clock()
}
(default on Windows)
\item
[-c/
\longprogramopt{clock}
]
use
\function
{
time.clock()
}
(default on Windows)
\item
[-v/
--verbose
]
print raw timing results; repeat for more digits
\item
[-v/
\longprogramopt{verbose}
]
print raw timing results; repeat for more digits
precision
precision
\item
[-h/
--help
]
print a short usage message and exit
\item
[-h/
\longprogramopt{help}
]
print a short usage message and exit
\end{description}
\end{description}
A multi-line statement may be given by specifying each line as a
A multi-line statement may be given by specifying each line as a
...
...
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