View Source Beamchmark.Suite.SystemInfo (Beamchmark v1.4.1)

The module defines a struct containing various information about system that is used for benchmarking.

Link to this section Summary

Link to this section Types

@type t() :: %Beamchmark.Suite.SystemInfo{
  arch: String.t(),
  elixir_version: String.t(),
  mem: pos_integer() | :unknown,
  nif_version: String.t(),
  num_cores: pos_integer(),
  os: atom(),
  otp_version: String.t()
}

Link to this section Functions

@spec init() :: t()