X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/49f11e84829d4045fdaea5b5986994f87c1d27c0..72513c369e27dcfe53d8427090e4d12589c989ae:/tests/benchmarks/bench.h diff --git a/tests/benchmarks/bench.h b/tests/benchmarks/bench.h index 96a9a1fc8c..eae52886f4 100644 --- a/tests/benchmarks/bench.h +++ b/tests/benchmarks/bench.h @@ -63,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 /**