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 bb36b84 + c804283 commit 80be612Copy full SHA for 80be612
src/CommandLineUtilities/ProgramDmaBench.cxx
@@ -437,7 +437,7 @@ class ProgramDmaBench : public Program
437
// Thread for pushing & checking arrivals
438
auto pushFuture = std::async(std::launch::async, [&] {
439
try {
440
- RandomPauses pauses;
+ RandomPauses pauses{};
441
442
while (!isStopDma()) {
443
// Check if we need to stop in the case of a superpage limit
@@ -500,7 +500,7 @@ class ProgramDmaBench : public Program
500
501
// Readout thread (main thread)
502
503
504
505
506
if (!mInfinitePages && mSuperpagesReadOut.load(std::memory_order_relaxed) >= mSuperpageLimit) {
0 commit comments