QualityMonitoringSettings.onAnalysisLatency property

How long an NR-IQA inference took (submit → complete) — the analysis latency, distinct from the decode-pipeline hold (analysisLagMs). Reported once per completed inference.

Signature:

onAnalysisLatency?: (event: {
        latencyMs: number;
    }) => void;