decode benchmark - single file (hidden option)

This commit is contained in:
Yann Collet
2016-12-06 16:49:23 -08:00
parent 1628fe08fc
commit d946501d2c
3 changed files with 96 additions and 66 deletions
+3 -2
View File
@@ -11,7 +11,7 @@
#ifndef BENCH_H_121279284357
#define BENCH_H_121279284357
#include <stddef.h>
#include <stddef.h> /* size_t */
int BMK_benchFiles(const char** fileNamesTable, unsigned nbFiles,
const char* dictFileName, int cLevel, int cLevelLast);
@@ -21,5 +21,6 @@ void BMK_SetNbSeconds(unsigned nbLoops);
void BMK_SetBlockSize(size_t blockSize);
void BMK_setAdditionalParam(int additionalParam);
void BMK_setNotificationLevel(unsigned level);
void BMK_setDecodeOnly(unsigned decodeFlag);
#endif /* BENCH_H_121279284357 */
#endif /* BENCH_H_121279284357 */