summaryrefslogtreecommitdiffstats
path: root/programs/bench.h
diff options
context:
space:
mode:
Diffstat (limited to 'programs/bench.h')
-rw-r--r--programs/bench.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/programs/bench.h b/programs/bench.h
index c04fb17..1e3df78 100644
--- a/programs/bench.h
+++ b/programs/bench.h
@@ -24,7 +24,8 @@
/* Main function */
-int BMK_benchFiles(const char** fileNamesTable, int nbFiles, int cLevel);
+int BMK_benchFiles(const char** fileNamesTable, int nbFiles, int cLevel, int cLevelLast);
+int BMK_benchLevel(const char** fileNamesTable, int nbFiles, int cLevel);
/* Set Parameters */
void BMK_setBlocksize(int bsize);