From 42b34049cf96e845b6423db91f991849a2f87578 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Wed, 17 Feb 2016 17:41:05 +0100 Subject: last update doc --- docs/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 9ac4b976..d610f102 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1101,6 +1101,8 @@ Process class It does so by passing through the whole process address. As such it usually requires higher user privileges than :meth:`memory_info` and is considerably slower. + On platforms where extra fields are not implented this simply returns the + same metrics as :meth:`memory_info`. - **uss**: (Linux, OSX, Windows) aka "Unique Set Size", this is the memory which is unique to a process and which would be freed if the process was terminated right now. -- cgit v1.2.1