MCPcopy Create free account
hub / github.com/Icinga/icinga2 / IncreaseTaskCount

Method IncreaseTaskCount

lib/base/workqueue.cpp:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void WorkQueue::IncreaseTaskCount()
297{
298 m_TaskStats.InsertValue(Utility::GetTime(), 1);
299}
300
301size_t WorkQueue::GetTaskCount(RingBuffer::SizeType span)
302{

Callers

nothing calls this directly

Calls 1

InsertValueMethod · 0.80

Tested by

no test coverage detected