Fledex.Scheduler.Stats (Fledex_Scheduler v0.1.0)
View SourceSome stats. Caution: probably this will be removed an replaced with telemetry instead
Summary
Types
@type t() :: %Fledex.Scheduler.Stats{ execution_time: Fledex.Scheduler.Stats.Value.t(), quantization_error: Fledex.Scheduler.Stats.Value.t(), scheduling_delay: Fledex.Scheduler.Stats.Value.t() }
Functions
@spec update(t(), DateTime.t(), DateTime.t(), DateTime.t(), DateTime.t()) :: t()