package core_profiler

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

Module Util.Name_mapSource

A Name_map.t maps string names to Core_profiler_stubs.Common.Probe_id.ts

Sourcetype group = {
  1. id : Core_profiler.Probe_id.t;
  2. children : Core_profiler.Probe_id.t Core.String.Map.t;
}
Sourcetype t = {
  1. singles : Core_profiler.Probe_id.t Core.String.Map.t;
  2. groups : group Core.String.Map.t;
}
Sourceval of_id_map : Reader.Header.t -> t