mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-17 03:48:38 +00:00
Use Cycles/Byte for table heading
This commit is contained in:
parent
0d6c86bae6
commit
c65cd7c365
@ -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 = "";
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user