ESP-IDF
ot::MeshForwarder::TxQueueStats::kHistBinInterval
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshForwarder::TxQueueStats::kHistBinInterval
ot::MeshForwarder::TxQueueStats::kHistBinInterval variable
Syntax
Show:
Summary
Declaration
from
mesh_forwarder.hpp:481
static
constexpr
uint32_t
kHistBinInterval
=
OPENTHREAD_CONFIG_TX_QUEUE_STATISTICS_HISTOGRAM_BIN_INTERVAL
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint32_t
kHistBinInterval
=
OPENTHREAD_CONFIG_TX_QUEUE_STATISTICS_HISTOGRAM_BIN_INTERVAL
;
mesh_forwarder.hpp:481
aBinInterval
=
kHistBinInterval
;
mesh_forwarder.cpp:489
ot::MeshForwarder::TxQueueStats
ot::MeshForwarder::TxQueueStats::GetHistogram() const
mHistogram
[
Min
<
uint32_t
>
(
timeInQueue
/
kHistBinInterval
,
kNumHistBins
-
1
)
]
++
;
mesh_forwarder.cpp:497
ot::MeshForwarder::TxQueueStats
ot::MeshForwarder::TxQueueStats::UpdateFor()
static
constexpr
uint16_t
kNumHistBins
=
(
kHistMaxInterval
+
kHistBinInterval
-
1
)
/
kHistBinInterval
;
mesh_forwarder.hpp:482
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::MeshForwarder::TxQueueStats::kHistBinInterval
is read by 2 functions:
All items filtered out
ot::MeshForwarder::TxQueueStats::kHistBinInterval
ot::MeshForwarder::TxQueueStats::GetHistogram() const
ot::MeshForwarder::TxQueueStats::UpdateFor()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out