View Source BeamBenchmarks.Info (beam_benchmarks v0.1.0)

Utilities for returning information about the device

Summary

Types

t()

@type t() :: %{
  :elixir_version => String.t(),
  :otp_version => String.t(),
  :erts_version => String.t(),
  :system_architecture => String.t(),
  :schedulers => non_neg_integer(),
  :schedulers_online => non_neg_integer(),
  optional(:device_model) => String.t(),
  optional(:kernel_version) => String.t(),
  optional(:cpu) => map()
}

Functions

all_info()

@spec all_info() :: t()