Searched refs:kHistBinInterval (Results 1 – 2 of 2) sorted by relevance
481 …static constexpr uint32_t kHistBinInterval = OPENTHREAD_CONFIG_TX_QUEUE_STATISTICS_HISTOGRAM_BIN_I… member in ot::MeshForwarder::TxQueueStats482 …constexpr uint16_t kNumHistBins = (kHistMaxInterval + kHistBinInterval - 1) / kHistBinInterval;
489 aBinInterval = kHistBinInterval; in GetHistogram()497 mHistogram[Min<uint32_t>(timeInQueue / kHistBinInterval, kNumHistBins - 1)]++; in UpdateFor()