Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ counters
Method
counters
src/core/AsyncLogWriter.cpp:263–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
}
262
263
AsyncLogWriter::Counters AsyncLogWriter::counters() const
264
{
265
std::lock_guard lock(m_mutex);
266
return m_counters;
267
}
268
269
bool AsyncLogWriter::enqueueControlAndWait(ItemKind kind)
270
{
Callers
3
logCounters
Method · 0.80
testDropAccountingEmitsSummaryAndCounters
Function · 0.80
testHighPriorityReservePreservesCritical
Function · 0.80
Calls
no outgoing calls
Tested by
2
testDropAccountingEmitsSummaryAndCounters
Function · 0.64
testHighPriorityReservePreservesCritical
Function · 0.64