pub fn entry_from(
measured: &Measured,
threshold: f64,
) -> Result<KernelBandwidths, NotMeasurable>Expand description
Turns a measurement into the entry a profile stores, deriving the verdict the reader consults.
threshold is the same one crate::qstar::recommend_backend
applies, and the CONTENDED pair is preferred wherever it exists –
standalone numbers assume each side owns the machine, and neither
does once they run together, which is the whole reason the contended
pair is measured at all.