glatistics

Package Version Hex Docs

gleam add glatistics@1
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

gleam run   # Run the project
gleam test  # Run the tests
Search Document