package janestreet_cpuid

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

This is the only field in the CPUID which changes when called multiple times. The initial_apic_id field changes based on which core the process is currently running on. *

type t = {
  1. mutable brand_index : int;
  2. mutable clflush_line_size : int;
  3. mutable max_addressable_logical_processors : int;
  4. mutable initial_apic_id : int;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.