Home
last modified time | relevance | path

Searched refs:benchmarkOption (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dcommand_line_interface.cpp161 const QCommandLineOption benchmarkOption(QStringList({"b", "benchmark"}), in cCommandLineInterface() local
221 parser.addOption(benchmarkOption); in cCommandLineInterface()
263 cliData.benchmark = parser.isSet(benchmarkOption); in cCommandLineInterface()