xref: /aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/BenchmarkDialog.h (revision f6dc9357d832569d4d1f5d24eacdb3935a1ae8e6)
1 // BenchmarkDialog.h
2 
3 #ifndef ZIP7_INC_BENCHMARK_DIALOG_H
4 #define ZIP7_INC_BENCHMARK_DIALOG_H
5 
6 #include "../../Common/CreateCoder.h"
7 #include "../../UI/Common/Property.h"
8 
9 const UInt32 k_NumBenchIterations_Default = 10;
10 
11 HRESULT Benchmark(
12     DECL_EXTERNAL_CODECS_LOC_VARS
13     const CObjectVector<CProperty> &props, UInt32 numIterations, HWND hwndParent = NULL);
14 
15 #endif
16