MemoryInfo Type
Note that all statistics are reported in Kilobytes.
Constructors
| Constructor |
Description
|
Full Usage:
MemoryInfo(workingSetSize, peakWorkingSetSize, ?privateBytes)
Parameters:
int
-
The amount of memory currently pinned to actual physical RAM.
peakWorkingSetSize : int
-
The maximum amount of memory that has ever been pinned to actual physical RAM.
?privateBytes : int
-
⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ || The amount of memory
not shared by other processes, such as JS heap or HTML content.
Returns: MemoryInfo
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.peakWorkingSetSize
|
The maximum amount of memory that has ever been pinned to actual physical RAM. |
Full Usage:
this.privateBytes
|
⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ The amount of memory not shared by other processes, such as JS heap or HTML content. |
Full Usage:
this.workingSetSize
|
The amount of memory currently pinned to actual physical RAM. |
fable-electron-docs-api