solana_metrics

Module poh_timing_point

Source
Expand description

A poh_timing_point module

Structs§

SlotPohTimingInfo
SlotPohTimingInfo. This struct is sent to channel and received by poh_timing_report service.

Enums§

PohTimingPoint
PohTimingPoint. Each TimingPoint is annotated with a timestamp in milliseconds.

Functions§

send_poh_timing_point
send poh timing to channel

Type Aliases§

PohTimingReceiver
Receiver of SlotPohTimingInfo from the channel
PohTimingSender
Sender of SlotPohTimingInfo to the channel