MCPcopy Create free account
hub / github.com/SIPp/sipp / timewheel

Method timewheel

src/task.cpp:297–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297timewheel::timewheel()
298{
299 count = 0;
300 wheel_base = clock_tick;
301}
302
303int timewheel::size()
304{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected