/opt/canhelp/node_modules/next/dist/lib/memory
NameSizeModeActions
gc-observer.d.ts4860644editdlrm
gc-observer.js13200644editdlrm
gc-observer.js.map18890644editdlrm
shutdown.d.ts600644editdlrm
shutdown.js12960644editdlrm
shutdown.js.map21240644editdlrm
startup.d.ts590644editdlrm
startup.js24200644editdlrm
startup.js.map28940644editdlrm
trace.d.ts8080644editdlrm
trace.js44090644editdlrm
trace.js.map69040644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/lib/memory/gc-observer.d.ts (486B)
/** * Starts recording garbage collection events in the process and warn on long * running GCs. To disable, call `stopObservingGc`. */ export declare function startObservingGc(): void; export declare function stopObservingGc(): void; /** * Returns all recorded garbage collection events. This function will only * return information from when `startObservingGc` was enabled and before * `stopObservingGc` was called. */ export declare function getGcEvents(): PerformanceEntry[];