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

Method run

src/reporttask.cpp:71–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool screentask::run()
72{
73 if (quitting > 11) { /* triple quit */
74 delete this;
75 return false;
76 }
77
78 if (getmilliseconds() - last_report_time >= report_freq) {
79 report(false);
80 }
81
82 setPaused();
83 return true;
84}
85
86unsigned int screentask::wake()
87{

Callers

nothing calls this directly

Calls 1

getmillisecondsFunction · 0.85

Tested by

no test coverage detected