Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ GetTaskCount
Method
GetTaskCount
lib/base/workqueue.cpp:301–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
}
300
301
size_t WorkQueue::GetTaskCount(RingBuffer::SizeType span)
302
{
303
return m_TaskStats.UpdateAndGetValues(Utility::GetTime(), span);
304
}
305
306
bool icinga::operator<(const Task& a, const Task& b)
307
{
Callers
8
GetStatus
Method · 0.80
StatsFunc
Method · 0.80
StatsFunc
Method · 0.80
StatsFunc
Method · 0.80
StatsFunc
Method · 0.80
StatsFunc
Method · 0.80
StatsFunc
Method · 0.80
StatsFunc
Method · 0.80
Calls
1
UpdateAndGetValues
Method · 0.80
Tested by
no test coverage detected