summaryrefslogtreecommitdiffstats
path: root/bench.h
diff options
context:
space:
mode:
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2012-03-09 21:46:59 (GMT)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2012-03-09 21:46:59 (GMT)
commitad59ba1cfad62af37c44ded985fe1e2a0dffae05 (patch)
treef9001c58f8af4b5adcb53155443faa42e68a71fa /bench.h
parent89767cc28059fff5e782c4b8ddd5b0b03ddedb90 (diff)
downloadlz4-ad59ba1cfad62af37c44ded985fe1e2a0dffae05.zip
lz4-ad59ba1cfad62af37c44ded985fe1e2a0dffae05.tar.gz
lz4-ad59ba1cfad62af37c44ded985fe1e2a0dffae05.tar.bz2
minor code refactoring, mostly around __builtin_expect
git-svn-id: https://lz4.googlecode.com/svn/trunk@59 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
Diffstat (limited to 'bench.h')
-rw-r--r--bench.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bench.h b/bench.h
index 547a1bc..f97eb51 100644
--- a/bench.h
+++ b/bench.h
@@ -27,10 +27,11 @@ extern "C" {
#endif
-int BMK_benchFile(char** fileNamesTable, int nbFiles) ;
+int BMK_benchFile(char** fileNamesTable, int nbFiles, int cLevel);
// Parameters
void BMK_SetBlocksize(int bsize);
+void BMK_SetNbIterations(int nbLoops);