[qt/qt/qtbase]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtbase
Pushed by mirror-service into branch 'dev'.
Changed from 8735e1616dcbd8bf5788a5019033bb98d82f748c to 2177e1748f9a8fb2c6f1a0cda46f4af1faea9ca7
Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository.
This change contains the following new commits:
Git commit 2177e1748f9a8fb2c6f1a0cda46f4af1faea9ca7 by Liang Qi (on behalf of Li Zequan) on 01/08/2026 at 05:44..
Add unit to total and standard deviation in benchmark results output
Currently, the "total" value in benchmark output lacks a unit, which
can be misleading:
(total: 51, iterations: 512)
This makes it unclear whether the total is in milliseconds,
microseconds, or another unit. The same applies to the standard
deviation, where present:
(total: 51, std.dev: 2, iterations: 512)
Add the unit to both the total and standard deviation values:
(total: 51 msecs, std.dev: 2 msecs, iterations: 512)
Task-number: QTBUG-142002
Pick-to: 6.12
Change-Id: I7fdccc7b93ad7221ce837f9909116545d7860afa
Reviewed-by: Liang Qi <[email protected]>
https://invent.kde.org/qt/qt/qtbase/-/commit/2177e1748f9a8fb2c6f1a0cda46f4af1faea9ca7