Heap Snapshot Generator

This commit is contained in:
Moritz Utcke
2025-06-02 21:35:00 -03:00
parent e2f230e240
commit 9fa8ee2251

View File

@@ -0,0 +1,6 @@
---
import { writeHeapSnapshot } from "v8";
// Create a named heap snapshot
writeHeapSnapshot(".heapsnapshot");
---