Module Util.Name_map
A Name_map.t
maps string names to Core_profiler_stubs.Common.Probe_id.t
s
type group
=
{
id : Core_profiler.Probe_id.t;
children : Core_profiler.Probe_id.t Core.String.Map.t;
}
type t
=
{
singles : Core_profiler.Probe_id.t Core.String.Map.t;
groups : group Core.String.Map.t;
}
val of_id_map : Reader.Header.t -> t