summaryrefslogtreecommitdiffstats
path: root/src/libs/7zip/unix/CPP/7zip/UI/Console/BenchCon.h
blob: 966a83a6ae9f2cbd5d9f0cef56a283fd5e0a8bfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// BenchCon.h

#ifndef __BENCH_CON_H
#define __BENCH_CON_H

#include <stdio.h>

#include "../../Common/CreateCoder.h"

HRESULT LzmaBenchCon(
    DECL_EXTERNAL_CODECS_LOC_VARS
    FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);

HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);

#endif