Home
last modified time | relevance | path

Searched refs:histogram (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/api/
Dlink_api.cpp319 const uint32_t *histogram = nullptr; in otLinkGetTxIndirectRetrySuccessHistogram() local
324histogram = AsCoreType(aInstance).Get<Mac::Mac>().GetIndirectRetrySuccessHistogram(*aNumberOfEntri… in otLinkGetTxIndirectRetrySuccessHistogram()
330 return histogram; in otLinkGetTxIndirectRetrySuccessHistogram()
/openthread-latest/src/cli/
Dcli.cpp6554 const uint32_t *histogram; in Process() local
6558 histogram = otThreadGetTimeInQueueHistogram(GetInstancePtr(), &numBins, &binInterval); in Process()
6573 OutputLine(" | %7lu |", ToUlong(histogram[index])); in Process()
DREADME.md3810 Print the tx queue time-in-queue histogram.
3816 … of messages with time-in-queue within the specified min-max range. The histogram information is c…