Update main.cpp
This commit is contained in:
@@ -358,7 +358,7 @@ class StressTab : public brls::Box {
|
|||||||
this->addView(statusL);
|
this->addView(statusL);
|
||||||
|
|
||||||
auto *h = new brls::Header();
|
auto *h = new brls::Header();
|
||||||
h->setTitle("Live");
|
h->setTitle("Info");
|
||||||
this->addView(h);
|
this->addView(h);
|
||||||
gflops = makeRow(this, "GFLOPS");
|
gflops = makeRow(this, "GFLOPS");
|
||||||
dispatches = makeRow(this, "Dispatches");
|
dispatches = makeRow(this, "Dispatches");
|
||||||
@@ -582,7 +582,7 @@ class MemtesterTab : public brls::Box {
|
|||||||
this->addView(bar);
|
this->addView(bar);
|
||||||
|
|
||||||
auto *h = new brls::Header();
|
auto *h = new brls::Header();
|
||||||
h->setTitle("Live");
|
h->setTitle("Info");
|
||||||
this->addView(h);
|
this->addView(h);
|
||||||
rowA = makeRow(this, "Loops");
|
rowA = makeRow(this, "Loops");
|
||||||
rowB = makeRow(this, "Mismatches");
|
rowB = makeRow(this, "Mismatches");
|
||||||
@@ -748,7 +748,7 @@ class CpuStressTab : public brls::Box {
|
|||||||
this->addView(statusL);
|
this->addView(statusL);
|
||||||
|
|
||||||
auto *h = new brls::Header();
|
auto *h = new brls::Header();
|
||||||
h->setTitle("Live");
|
h->setTitle("Info");
|
||||||
this->addView(h);
|
this->addView(h);
|
||||||
rowA = makeRow(this, "Iterations");
|
rowA = makeRow(this, "Iterations");
|
||||||
rowB = makeRow(this, "Mismatches");
|
rowB = makeRow(this, "Mismatches");
|
||||||
|
|||||||
Reference in New Issue
Block a user