We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d925d79 + 86620c3 commit e141c9fCopy full SHA for e141c9f
src/testRxPerfFMQ.cxx
@@ -42,7 +42,6 @@ int main()
42
timerStats.reset(1000000.0 * statInterval);
43
44
size_t msgCount = 0;
45
- size_t msgCountPart = 0;
46
size_t msgNew = 0;
47
size_t msgNewPart = 0;
48
//double tNew = 0.0;
@@ -92,7 +91,6 @@ int main()
92
91
msgCount++;
93
msgNew++;
94
int nPart = msgParts.Size();
95
- msgCountPart += nPart;
96
msgNewPart += nPart;
97
for (auto const& mm : msgParts) {
98
// bad trick: TX CPU used (in previous second) encoded in message size
0 commit comments