| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent adf98f6 commit 46aa343
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3690,7 +3690,7 @@ added: v12.6.0 | |||
| 3690 | 3690 | * `systemCPUTime` {integer} maps to `ru_stime` computed in microseconds. | |
| 3691 | 3691 | It is the same value as [`process.cpuUsage().system`][process.cpuUsage]. | |
| 3692 | 3692 | * `maxRSS` {integer} maps to `ru_maxrss` which is the maximum resident set | |
| 3693 | - size used in kilobytes. | ||
| 3693 | + size used in kibibytes (1024 bytes). | ||
| 3694 | 3694 | * `sharedMemorySize` {integer} maps to `ru_ixrss` but is not supported by | |
| 3695 | 3695 | any platform. | |
| 3696 | 3696 | * `unsharedDataSize` {integer} maps to `ru_idrss` but is not supported by | |
| Back | FazBrowse Home | New Git URL |
0 commit comments