Update main.cpp

This commit is contained in:
souldbminersmwc
2026-06-12 15:33:05 -04:00
parent 820335f831
commit afc551eb96

View File

@@ -358,7 +358,7 @@ class StressTab : public brls::Box {
this->addView(statusL);
auto *h = new brls::Header();
h->setTitle("Live");
h->setTitle("Info");
this->addView(h);
gflops = makeRow(this, "GFLOPS");
dispatches = makeRow(this, "Dispatches");
@@ -582,7 +582,7 @@ class MemtesterTab : public brls::Box {
this->addView(bar);
auto *h = new brls::Header();
h->setTitle("Live");
h->setTitle("Info");
this->addView(h);
rowA = makeRow(this, "Loops");
rowB = makeRow(this, "Mismatches");
@@ -748,7 +748,7 @@ class CpuStressTab : public brls::Box {
this->addView(statusL);
auto *h = new brls::Header();
h->setTitle("Live");
h->setTitle("Info");
this->addView(h);
rowA = makeRow(this, "Iterations");
rowB = makeRow(this, "Mismatches");