introduce UTIL_freq_t

This commit is contained in:
Przemyslaw Skibinski
2017-02-20 11:27:11 +01:00
parent 83775d9e05
commit e052c60540
3 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ static int BMK_benchMem(const void* srcBuffer, size_t srcSize,
size_t cSize = 0;
double ratio = 0.;
U32 nbBlocks;
UTIL_time_t ticksPerSecond;
UTIL_freq_t ticksPerSecond;
/* checks */
if (!compressedBuffer || !resultBuffer || !blockTable || !ctx || !dctx)