package binsec

  1. Overview
  2. Docs

doc/binsec_kernel_isa/Binsec_kernel_isa/Unisim_helper/Statistics/index.html

Module Unisim_helper.StatisticsSource

Sourcetype t = {
  1. decoded : int Opcode.Htbl.t;
  2. undefined : int Opcode.Htbl.t;
  3. unimplemented : int Opcode.Htbl.t;
  4. unsupported : int Opcode.Htbl.t;
  5. failure : int Opcode.Htbl.t;
}
include Binsec_base.Sigs.PRINTABLE with type t := t
Sourceval pp : Format.formatter -> t -> unit