pub fn process_clock() -> &'static Arc<dyn Clock>Expand description
The clock for readings that have no owner to take one from.
Telemetry is the case: a metric’s timestamp belongs to no application and no evaluation, and threading a clock to it would mean threading one through every counter. Everything that does have an owner — the sequencer, the evaluator’s host — takes its clock as a parameter and never reads this.