Use Cycles/Byte for table heading

pull/723/head
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; const char *cpb;
if (g_hertz > 1.0f) if (g_hertz > 1.0f)
cpb = "<TH>Cycles Per Byte"; cpb = "<TH>Cycles/Byte";
else else
cpb = ""; cpb = "";

View File

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