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
ce198399
Kaydet (Commit)
ce198399
authored
Kas 17, 2015
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #20468: Merge getpagesize doc from 3.4 into 3.5
üst
5498f2b6
f8f66eb9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
resource.rst
Doc/library/resource.rst
+1
-4
No files found.
Doc/library/resource.rst
Dosyayı görüntüle @
ce198399
...
@@ -316,10 +316,7 @@ These functions are used to retrieve resource usage information:
...
@@ -316,10 +316,7 @@ These functions are used to retrieve resource usage information:
.. function:: getpagesize()
.. function:: getpagesize()
Returns the number of bytes in a system page. (This need not be the same as the
Returns the number of bytes in a system page. (This need not be the same as the
hardware page size.) This function is useful for determining the number of bytes
hardware page size.)
of memory a process is using. The third element of the tuple returned by
:func:`getrusage` describes memory usage in pages; multiplying by page size
produces number of bytes.
The following :const:`RUSAGE_\*` symbols are passed to the :func:`getrusage`
The following :const:`RUSAGE_\*` symbols are passed to the :func:`getrusage`
function to specify which processes information should be provided for.
function to specify which processes information should be provided for.
...
...
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