Module Core_profiler_offline_tool.Util

module Name_map : sig ... end

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

val int_units_of_string : string ‑> int * Core_profiler_disabled.Profiler_units.t
val span_to_string : Core.Time_ns.Span.t ‑> string
val coerce_units : int ‑> current:Core_profiler_disabled.Profiler_units.t ‑> desired:Core_profiler_disabled.Profiler_units.t ‑> int
val choose_units : Core_profiler_disabled.Profiler_units.t ‑> Core_profiler_disabled.Profiler_units.t ‑> Core_profiler_disabled.Profiler_units.t

Choose the best 'common' units to use to coerce the two arguments to

val time_ns_to_ofday_string : Core.Time_ns.t ‑> string
val choices_argtype : string ‑> (string * 'a) list ‑> 'a Core.Command.Spec.Arg_type.t