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>2013-01-08 07:23:07 (GMT)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2013-01-08 07:23:07 (GMT)
commitc1d7e4f67598d8a86ff5a912730f47f65c9cb8db (patch)
treeba4402868a41f85cc8e1d42a8d94b25a0f242518 /bench.h
parent77417fc4c2d955bdf7ffd2b8d5a5f37157def5d5 (diff)
downloadlz4-c1d7e4f67598d8a86ff5a912730f47f65c9cb8db.zip
lz4-c1d7e4f67598d8a86ff5a912730f47f65c9cb8db.tar.gz
lz4-c1d7e4f67598d8a86ff5a912730f47f65c9cb8db.tar.bz2
LZ4HC : compression speed improved under Visual
Bench mode : option to pause at the end git-svn-id: https://lz4.googlecode.com/svn/trunk@88 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
Diffstat (limited to 'bench.h')
-rw-r--r--bench.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench.h b/bench.h
index f97eb51..a55c3ce 100644
--- a/bench.h
+++ b/bench.h
@@ -32,6 +32,7 @@ int BMK_benchFile(char** fileNamesTable, int nbFiles, int cLevel);
// Parameters
void BMK_SetBlocksize(int bsize);
void BMK_SetNbIterations(int nbLoops);
+void BMK_SetPause();