Function getMemMetrics

  • Returns {
        NumAllocations: number;
        NumDeAllocations: number;
        TotalAlloc: number;
        TotalKnownByJS: number;
    }

    • NumAllocations: number
    • NumDeAllocations: number
    • TotalAlloc: number
    • TotalKnownByJS: number