X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc2ae3558358c13b3944239dfb6536bf45453d2c..2549484fe553222f1da16ed8d3808cccf4fd4eee:/tests/benchmarks/bench.h?ds=sidebyside diff --git a/tests/benchmarks/bench.h b/tests/benchmarks/bench.h index af7fba2723..eae52886f4 100644 --- a/tests/benchmarks/bench.h +++ b/tests/benchmarks/bench.h @@ -12,6 +12,7 @@ #define _WX_TESTS_BENCHMARKS_BENCH_H_ #include "wx/cpp.h" +#include "wx/defs.h" namespace Bench { @@ -62,6 +63,14 @@ private: DECLARE_NO_COPY_CLASS(Function) }; +/** + Get the numeric parameter. + + Tests may use this parameter in whatever way they see fit, by default it is + 1 but can be set to a different value by user from the command line. + */ +long GetNumericParameter(); + } // namespace Bench /**