README.md
# glatistics
[](https://hex.pm/packages/glatistics)
[](https://hexdocs.pm/glatistics/)
```sh
gleam add glatistics@1
```
```gleam
import glatistics
pub fn main() -> Nil {
// Total amount of memory used.
let bytes = glatistics.memory(glatistics.Total)
}
```
Further documentation can be found at <https://hexdocs.pm/glatistics>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```