Beamchmark.Suite.SystemInfo (Beamchmark v1.4.2)

Copy Markdown View Source

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

Summary

Types

t()

@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()
}

Functions

init()

@spec init() :: t()