We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893bb7f commit 42b3404Copy full SHA for 42b3404
docs/index.rst
@@ -1101,6 +1101,8 @@ Process class
1101
It does so by passing through the whole process address.
1102
As such it usually requires higher user privileges than
1103
:meth:`memory_info` and is considerably slower.
1104
+ On platforms where extra fields are not implented this simply returns the
1105
+ same metrics as :meth:`memory_info`.
1106
1107
- **uss**: (Linux, OSX, Windows) aka "Unique Set Size", this is the memory
1108
which is unique to a process and which would be freed if the process was terminated right now.
0 commit comments