Use Cycles/Byte for table heading

This commit is contained in:
Jeffrey Walton 2018-10-14 02:49:22 -04:00
parent 0d6c86bae6
commit c65cd7c365
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 2 additions and 2 deletions

View File

@ -390,7 +390,7 @@ void Benchmark1(double t, double hertz)
const char *cpb;
if (g_hertz > 1.0f)
cpb = "<TH>Cycles Per Byte";
cpb = "<TH>Cycles/Byte";
else
cpb = "";

View File

@ -82,7 +82,7 @@ void Benchmark2(double t, double hertz)
const char *cpb, *cpk;
if (g_hertz > 1.0f)
{
cpb = "<TH>Cycles Per Byte";
cpb = "<TH>Cycles/Byte";
cpk = "<TH>Cycles to<BR>Setup Key and IV";
}
else