Correct property name to pid
This commit is contained in:
parent
b6319698f1
commit
edac443673
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# MemoryInfo Object
|
||||
|
||||
* `workingSetSize` Integer - Process id of the process.
|
||||
* `pid` Integer - Process id of the process.
|
||||
* `workingSetSize` Integer - The amount of memory currently pinned to actual physical RAM.
|
||||
* `peakWorkingSetSize` Integer - The maximum amount of memory that has ever been pinned
|
||||
to actual physical RAM.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue