View Source BeamBenchmarks.Info (beam_benchmarks v0.2.0)
Utilities for returning information about the device
Summary
Types
@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
@spec all_info() :: t()