Use Cycles/Byte for table heading
parent
0d6c86bae6
commit
c65cd7c365
|
|
@ -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 = "";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue