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