@eagleoutice/flowr - v2.9.14
    Preparing search index...

    Interface BenchmarkMemoryMeasurement<T>

    Please note, that these measurement can be negative as there is no guarantee that the memory usage will increase due to, e.g., garbage collection.

    interface BenchmarkMemoryMeasurement<T = number> {
        buffs: T;
        external: T;
        heap: T;
        rss: T;
        [key: string]: unknown;
    }

    Type Parameters

    • T = number

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of BenchmarkMemoryMeasurement
    Index

    Properties

    Properties

    buffs: T
    external: T
    heap: T
    rss: T