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> {
    buffs: T;
    external: T;
    heap: T;
    rss: T;
}

Type Parameters

  • T = number

Hierarchy (view full)

Hierarchy-Diagram

UML class diagram of BenchmarkMemoryMeasurement

Properties

Properties

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