Skip to main content

MemoryInfo 对象

🌐 MemoryInfo Object

  • workingSetSize 整数 - 当前固定在实际物理内存中的内存量。
  • peakWorkingSetSize 整数 - 曾经固定到实际物理内存的最大内存量。
  • privateBytes 整数(可选)Windows - 未被其他进程共享的内存量,例如 JS 堆或 HTML 内容。

请注意,所有统计数据均以千字节为单位报告。

🌐 Note that all statistics are reported in Kilobytes.