View Source Beamchmark.Suite.Measurements.MemoryInfo (Beamchmark v1.4.1)
Module representing statistics about memory usage.
Link to this section Summary
Link to this section Types
@type bytes_t() :: non_neg_integer()
@type t() :: %Beamchmark.Suite.Measurements.MemoryInfo{ average: memory_snapshot_t(), memory_snapshots: [memory_snapshot_t()] | nil }
Link to this section Functions
@spec from_memory_snapshots([memory_snapshot_t()]) :: t()