UNPKG

memory-watch

Version:

Advanced Node.js memory monitoring with stack trace analysis, user code detection, and memory leak identification

10 lines 342 B
import { MemoryData } from "../types/index"; /** * Generate a detailed diagnostic report from memory data */ export declare function generateDiagnosticReport(data: MemoryData): string; /** * Get memory leak indicators */ export declare function getMemoryLeakIndicators(data: MemoryData): string[]; //# sourceMappingURL=diagnostic.d.ts.map