MCPcopy 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
301size_t WorkQueue::GetTaskCount(RingBuffer::SizeType span)
302{
303 return m_TaskStats.UpdateAndGetValues(Utility::GetTime(), span);
304}
305
306bool icinga::operator<(const Task& a, const Task& b)
307{

Callers 8

GetStatusMethod · 0.80
StatsFuncMethod · 0.80
StatsFuncMethod · 0.80
StatsFuncMethod · 0.80
StatsFuncMethod · 0.80
StatsFuncMethod · 0.80
StatsFuncMethod · 0.80
StatsFuncMethod · 0.80

Calls 1

UpdateAndGetValuesMethod · 0.80

Tested by

no test coverage detected