val to_nanoseconds : t -> Base.Int63.tval of_nanoseconds : Base.Int63.t -> t
module type Format = sig ... endval format : (module Format) Base.refDetermines the format of durations when reading
am_recording_environment_variableand when printing results. Defaults to integer nanoseconds with a "ns" suffix.Core_kernel.Time_nsoverrides this to useTime_ns.Span.to_stringon input andTime_ns.Span.to_string_humon output.