package binsec

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

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