Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 16.0.2
-
None
-
Ubuntu 24.04 LTS
Creator 16.0 branch built on self-built Qt 6.9.0
Description
- Open qtsvg's benchmark project in Creator.
It's in tests/benchmarks/svg/qsvgrenderer/ of the qtsvg module.
I configured it to run on my clang-based build of Qt's dev branch. - Run the benchmark using Creator's test integration ("Run this test").
- Run the benchmark as a normal application in Creator (Ctrl+R).
- Compare the results.
Expected: The displayed durations are (roughly) the same.
Actual: All durations shorter than 10ms seem to be rounded down to zero in the test results, even though they have a nonzero value in the application output.
I attached my results.