package core_profiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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

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