Imported Upstream version 9.20
[platform/upstream/7zip.git] / CPP / 7zip / UI / Console / BenchCon.h
1 // BenchCon.h\r
2 \r
3 #ifndef __BENCH_CON_H\r
4 #define __BENCH_CON_H\r
5 \r
6 #include <stdio.h>\r
7 \r
8 #include "../../Common/CreateCoder.h"\r
9 \r
10 HRESULT LzmaBenchCon(\r
11     DECL_EXTERNAL_CODECS_LOC_VARS\r
12     FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);\r
13 \r
14 HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);\r
15 \r
16 #endif\r