跳到主要内容

MemoryInfo 对象

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

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