From afc551eb967ea7bcedd007c85fd39999d9a34f3c Mon Sep 17 00:00:00 2001 From: souldbminersmwc Date: Fri, 12 Jun 2026 15:33:05 -0400 Subject: [PATCH] Update main.cpp --- Source/Benchmark-Toolbox/source/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Benchmark-Toolbox/source/main.cpp b/Source/Benchmark-Toolbox/source/main.cpp index b604fd71..72f5cdbd 100644 --- a/Source/Benchmark-Toolbox/source/main.cpp +++ b/Source/Benchmark-Toolbox/source/main.cpp @@ -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");