Module Logging.ConfigReport
type t = {proc_line : int;time : float;cmd : int Gil_syntax.Cmd.t;callstack : Call_stack.t;annot : annot;branching : int;state : state_t;branch_case : Gil_syntax.Branch_case.t option;proc_name : string;
}val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or