12 : rcounter(0), rdiff(0), shift(0)
31 rcounter = std::move(rhs.getRcounter());
32 rdiff = std::move(rhs.getRdiff());
33 shift = std::move(rhs.getShift());
48 size_t delta = abs(s_clock() - rtimestamp);
64 avgdiff =
static_cast<double>(rdiff) / rcounter;
70 if (avgdiff > timeout)
72 shift = abs(avgdiff-timeout);
84 : identity(
""), expiry(0), frequency(0), count(0), route(), resources(), rtimestamp(s_clock()),
85 shiftCounter(), property(
""),
cpu(0.0),
iowait(0.0)
90 : identity(identity_), expiry(expiry_), frequency(frequency_), count(count_), route(), resources(), rtimestamp(s_clock()),
91 shiftCounter(), property(
""),
cpu(0.0),
iowait(0.0)
96 : identity(
""), expiry(0), frequency(0), count(0), route(), resources(), rtimestamp(s_clock()),
97 shiftCounter(), property(
""),
cpu(0.0),
iowait(0.0)
103 : identity(
""), expiry(0), frequency(0), count(0), route(), resources(), rtimestamp(s_clock()),
104 shiftCounter(), property(
""),
cpu(0.0),
iowait(0.0)
106 (*this) = std::forward<ClientWorkerItem>(rhs);
133 expiry = std::move(rhs.expiry);
135 count = std::move(rhs.count);
136 route = std::move(rhs.route);
140 property = std::move(rhs.property);
141 cpu = std::move(rhs.cpu);
142 iowait = std::move(rhs.iowait);