val find_exn : t ‑> Core_profiler.Probe_id.t ‑> Item.tval find_single_exn : t ‑> Core_profiler.Probe_id.t ‑> Item.singleval find_group_exn : t ‑> Core_profiler.Probe_id.t ‑> Item.groupval find_group_point_exn : t ‑> Core_profiler.Probe_id.t ‑> Item.group_pointval get_parent_id_exn : t ‑> Core_profiler.Probe_id.t ‑> Core_profiler.Probe_id.tGet a group point's parent
val get_parent_exn : t ‑> Core_profiler.Probe_id.t ‑> Item.groupval get_name_exn : t ‑> ?with_group:string ‑> Core_profiler.Probe_id.t ‑> stringIf add_group is specified and the id refers to a group point,
group_name ^ add_group ^ group_point_name is returned
val get_spec_exn : t ‑> Core_profiler.Probe_id.t ‑> Core_profiler.Probe_type.tval get_units_exn : t ‑> Core_profiler.Probe_id.t ‑> Core_profiler.Std_offline.Profiler_units.tval create_table : t ‑> ?singles:bool ‑> ?groups:bool ‑> ?group_points:bool ‑> ?timers:bool ‑> ?probes:bool ‑> 'a ‑> ('a, _) Core_profiler_offline_tool.Id_table.tConditions are ANDed, and default to true