aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/UI/GUI/BenchmarkDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/GUI/BenchmarkDialog.h')
-rw-r--r--CPP/7zip/UI/GUI/BenchmarkDialog.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/CPP/7zip/UI/GUI/BenchmarkDialog.h b/CPP/7zip/UI/GUI/BenchmarkDialog.h
new file mode 100644
index 0000000..a280592
--- /dev/null
+++ b/CPP/7zip/UI/GUI/BenchmarkDialog.h
@@ -0,0 +1,15 @@
1// BenchmarkDialog.h
2
3#ifndef __BENCHMARK_DIALOG_H
4#define __BENCHMARK_DIALOG_H
5
6#include "../../Common/CreateCoder.h"
7#include "../../UI/Common/Property.h"
8
9const UInt32 k_NumBenchIterations_Default = 10;
10
11HRESULT Benchmark(
12 DECL_EXTERNAL_CODECS_LOC_VARS
13 const CObjectVector<CProperty> &props, UInt32 numIterations, HWND hwndParent = NULL);
14
15#endif