@lynx-js/lynxtron / MemoryInfo
MemoryInfo
属性
peakWorkingSetSize
The maximum amount of memory that has ever been pinned to actual physical RAM.
定义于
apis/api/process-metric.d.ts:25
privateBytes? Windows
The amount of memory not shared by other processes, such as script heap or other private runtime content.
定义于
apis/api/process-metric.d.ts:32
workingSetSize
The amount of memory currently pinned to actual physical RAM.
定义于