Uses of Class
io.qt.test.QTest.QBenchmarkMetric
Package | Description |
---|---|
io.qt.test |
-
Uses of QTest.QBenchmarkMetric in io.qt.test
Methods in io.qt.test that return QTest.QBenchmarkMetric Modifier and Type Method Description static QTest.QBenchmarkMetric
QTest.QBenchmarkMetric. resolve(int value)
Returns the corresponding enum entry for the given value.static QTest.QBenchmarkMetric
QTest.QBenchmarkMetric. valueOf(String name)
Returns the enum constant of this type with the specified name.static QTest.QBenchmarkMetric[]
QTest.QBenchmarkMetric. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.test with parameters of type QTest.QBenchmarkMetric Modifier and Type Method Description static void
QTest. setBenchmarkResult(double result, QTest.QBenchmarkMetric metric)