Welcome to mirror list, hosted at ThFree Co, Russian Federation.

LzmaBench.h « LZMA_Alone « Compress « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a6a0e82e6a85e90adcd5e978bcedb8e7866f080a (plain)
1
2
3
4
5
6
7
8
9
10
11
// LzmaBench.h

#ifndef __LzmaBench_h
#define __LzmaBench_h

#include <stdio.h>
#include "../../../Common/Types.h"

int LzmaBenchmark(FILE *f, UInt32 numIterations, UInt32 dictionarySize);

#endif