Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import v8 from "node:v8"; // 创建一个带有自动生成名称的堆快照文件 const snapshotPath = v8.writeHeapSnapshot(); console.log(`堆快照已写入至:${snapshotPath}`);
.heapsnapshot