EntropyEngine::Networking::BatchManager::Stats
EntropyEngine::Networking::BatchManager::Stats
Section titled “EntropyEngine::Networking::BatchManager::Stats”Get statistics.
#include <BatchManager.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| uint64_t | updatesDeduped |
| uint64_t | totalUpdatesSent |
| uint64_t | totalBatchesSent |
| uint32_t | currentBatchInterval |
| uint64_t | batchesDropped |
| uint64_t | averageBatchSize |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable updatesDeduped
Section titled “variable updatesDeduped”uint64_t updatesDeduped {0};variable totalUpdatesSent
Section titled “variable totalUpdatesSent”uint64_t totalUpdatesSent {0};variable totalBatchesSent
Section titled “variable totalBatchesSent”uint64_t totalBatchesSent {0};variable currentBatchInterval
Section titled “variable currentBatchInterval”uint32_t currentBatchInterval {0};variable batchesDropped
Section titled “variable batchesDropped”uint64_t batchesDropped {0};variable averageBatchSize
Section titled “variable averageBatchSize”uint64_t averageBatchSize {0};Updated on 2026-01-26 at 17:14:35 -0500