jon.recoil.org

Module Dwarf_state.Diagnostics

type variable_reduction = {
  1. shape_size_before_reduction_in_bytes : int;
  2. shape_size_after_reduction_in_bytes : int;
  3. shape_size_after_evaluation_in_bytes : int;
  4. reduction_steps : int;
  5. evaluation_steps : int;
  6. type_name : string;
  7. type_layout : Jkind_types.Sort.Const.t;
  8. dwarf_die_size : int;
  9. cms_files_loaded : int;
  10. cms_files_cached : int;
  11. cms_files_missing : string list;
  12. cms_files_unreadable : string list;
}
type t = {
  1. mutable variables : Dwarf_state.Diagnostics.variable_reduction list;
}