# `Beamchmark.Formatters.Utils`
[🔗](https://github.com/membraneframework/beamchmark/blob/v1.4.2/lib/beamchmark/formatters/utils.ex#L1)

The module provides functions common for multiple formatters.

# `format_memory`

```elixir
@spec format_memory(integer() | :unknown, non_neg_integer()) :: String.t()
```

Takes memory in bytes and returns it as human-readable string.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
