Home
last modified time | relevance | path

Searched refs:benchmarkWarmupTime (Results 1 – 25 of 71) sorted by relevance

123

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/catch/
H A Dcatchtestsettings.cpp69 registerAspect(&benchmarkWarmupTime); in CatchTestSettings()
70 benchmarkWarmupTime.setSettingsKey("BenchWarmup"); in CatchTestSettings()
71 benchmarkWarmupTime.setSuffix(tr(" ms")); in CatchTestSettings()
72 benchmarkWarmupTime.setRange(0, 10000); in CatchTestSettings()
73 benchmarkWarmupTime.setEnabler(&warmupChecked); in CatchTestSettings()
159 s.warmupChecked, s.benchmarkWarmupTime, nl, in CatchTestSettingsPage()
H A Dcatchtestsettings.h46 Utils::IntegerAspect benchmarkWarmupTime; variable
H A Dcatchconfiguration.cpp119 … arguments << "--benchmark-warmup-time" << QString::number(settings->benchmarkWarmupTime.value()); in argumentsForTestRunner()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_config.hpp50 std::chrono::milliseconds::rep benchmarkWarmupTime = 100; member
119 std::chrono::milliseconds benchmarkWarmupTime() const override;
H A Dcatch_config.cpp80 …d::chrono::milliseconds Config::benchmarkWarmupTime() const { return std::chrono::milliseconds(m_d… in benchmarkWarmupTime() function in Catch::Config
H A Dcatch_interfaces_config.h86 virtual std::chrono::milliseconds benchmarkWarmupTime() const = 0;
H A Dcatch_commandline.cpp221 | Opt( config.benchmarkWarmupTime, "benchmarkWarmupTime" ) in makeCommandLineParser()
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_config.hpp50 std::chrono::milliseconds::rep benchmarkWarmupTime = 100; member
119 std::chrono::milliseconds benchmarkWarmupTime() const override;
H A Dcatch_config.cpp80 …d::chrono::milliseconds Config::benchmarkWarmupTime() const { return std::chrono::milliseconds(m_d… in benchmarkWarmupTime() function in Catch::Config
H A Dcatch_interfaces_config.h86 virtual std::chrono::milliseconds benchmarkWarmupTime() const = 0;
H A Dcatch_commandline.cpp221 | Opt( config.benchmarkWarmupTime, "benchmarkWarmupTime" ) in makeCommandLineParser()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_config.hpp50 std::chrono::milliseconds::rep benchmarkWarmupTime = 100; member
119 std::chrono::milliseconds benchmarkWarmupTime() const override;
H A Dcatch_config.cpp80 …d::chrono::milliseconds Config::benchmarkWarmupTime() const { return std::chrono::milliseconds(m_d… in benchmarkWarmupTime() function in Catch::Config
H A Dcatch_interfaces_config.h86 virtual std::chrono::milliseconds benchmarkWarmupTime() const = 0;
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_config.hpp50 std::chrono::milliseconds::rep benchmarkWarmupTime = 100; member
119 std::chrono::milliseconds benchmarkWarmupTime() const override;
H A Dcatch_config.cpp80 …d::chrono::milliseconds Config::benchmarkWarmupTime() const { return std::chrono::milliseconds(m_d… in benchmarkWarmupTime() function in Catch::Config
H A Dcatch_interfaces_config.h86 virtual std::chrono::milliseconds benchmarkWarmupTime() const = 0;
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_config.hpp50 std::chrono::milliseconds::rep benchmarkWarmupTime = 100; member
119 std::chrono::milliseconds benchmarkWarmupTime() const override;
H A Dcatch_config.cpp80 …d::chrono::milliseconds Config::benchmarkWarmupTime() const { return std::chrono::milliseconds(m_d… in benchmarkWarmupTime() function in Catch::Config
H A Dcatch_interfaces_config.h86 virtual std::chrono::milliseconds benchmarkWarmupTime() const = 0;
/dports/math/e-antic/Catch2-ff349a5/include/internal/benchmark/
H A Dcatch_benchmark.hpp47 …me = std::max(min_time, std::chrono::duration_cast<decltype(min_time)>(cfg.benchmarkWarmupTime())); in prepare()
50 …mples(), fun, std::chrono::duration_cast<FloatDuration<Clock>>(cfg.benchmarkWarmupTime()), Detail:… in prepare()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/benchmark/
H A Dcatch_benchmark.hpp47 …me = std::max(min_time, std::chrono::duration_cast<decltype(min_time)>(cfg.benchmarkWarmupTime())); in prepare()
50 …mples(), fun, std::chrono::duration_cast<FloatDuration<Clock>>(cfg.benchmarkWarmupTime()), Detail:… in prepare()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/benchmark/
H A Dcatch_benchmark.hpp47 …me = std::max(min_time, std::chrono::duration_cast<decltype(min_time)>(cfg.benchmarkWarmupTime())); in prepare()
50 …mples(), fun, std::chrono::duration_cast<FloatDuration<Clock>>(cfg.benchmarkWarmupTime()), Detail:… in prepare()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/benchmark/
H A Dcatch_benchmark.hpp47 …me = std::max(min_time, std::chrono::duration_cast<decltype(min_time)>(cfg.benchmarkWarmupTime())); in prepare()
50 …mples(), fun, std::chrono::duration_cast<FloatDuration<Clock>>(cfg.benchmarkWarmupTime()), Detail:… in prepare()
/dports/devel/catch/Catch2-2.13.7/include/internal/benchmark/
H A Dcatch_benchmark.hpp47 …me = std::max(min_time, std::chrono::duration_cast<decltype(min_time)>(cfg.benchmarkWarmupTime())); in prepare()
50 …mples(), fun, std::chrono::duration_cast<FloatDuration<Clock>>(cfg.benchmarkWarmupTime()), Detail:… in prepare()

123