bench.c can generate a log file with average values

This commit is contained in:
inikep
2016-03-14 12:48:51 +01:00
parent aff4ba1714
commit 4e26bb69c7
3 changed files with 60 additions and 15 deletions
+1 -1
View File
@@ -32,5 +32,5 @@ int BMK_benchFiles(const char** fileNamesTable, unsigned nbFiles,
/* Set Parameters */
void BMK_SetNbIterations(int nbLoops);
void BMK_SetBlockSize(size_t blockSize);
void BMK_setNotificationLevel(unsigned level);