Datalayer VS Code Extension - v0.0.9
    Preparing search index...

    Memory usage delta between two snapshots with human-readable formatting.

    interface MemoryDelta {
        external: string;
        heapTotal: string;
        heapUsed: string;
        rss: string;
    }
    Index

    Properties

    external: string

    Change in external memory with sign and unit

    heapTotal: string

    Change in heap total with sign and unit

    heapUsed: string

    Change in heap used with sign and unit

    rss: string

    Change in resident set size with sign and unit