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