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
ca6e40f1
Kaydet (Commit)
ca6e40f1
authored
Nis 28, 2012
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Time doc: documentation that the CLOCK_* constants and clock_*() functions are
not always available.
üst
4aff7ed3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
time.rst
Doc/library/time.rst
+16
-0
No files found.
Doc/library/time.rst
Dosyayı görüntüle @
ca6e40f1
...
...
@@ -141,6 +141,8 @@ The module defines the following functions and data items:
Return the resolution (precision) of the specified clock *clk_id*.
Availability: Unix.
.. versionadded:: 3.3
...
...
@@ -148,6 +150,8 @@ The module defines the following functions and data items:
Return the time of the specified clock *clk_id*.
Availability: Unix.
.. versionadded:: 3.3
...
...
@@ -155,6 +159,8 @@ The module defines the following functions and data items:
Set the time of the specified clock *clk_id*.
Availability: Unix.
.. versionadded:: 3.3
...
...
@@ -164,6 +170,8 @@ The module defines the following functions and data items:
hardware source, and may give close to nanosecond resolution. CLOCK_HIGHRES
is the nonadjustable, high-resolution clock.
Availability: Solaris.
.. versionadded:: 3.3
...
...
@@ -172,6 +180,8 @@ The module defines the following functions and data items:
Clock that cannot be set and represents monotonic time since some
unspecified starting point.
Availability: Unix.
.. versionadded:: 3.3
...
...
@@ -189,6 +199,8 @@ The module defines the following functions and data items:
High-resolution per-process timer from the CPU.
Availability: Unix.
.. versionadded:: 3.3
...
...
@@ -197,6 +209,8 @@ The module defines the following functions and data items:
System-wide real-time clock. Setting this clock requires appropriate
privileges.
Availability: Unix.
.. versionadded:: 3.3
...
...
@@ -204,6 +218,8 @@ The module defines the following functions and data items:
Thread-specific CPU-time clock.
Availability: Unix.
.. versionadded:: 3.3
...
...
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