qt6-bb10/src
Laszlo Agocs 6ec339c484 rhi: Keep track of pipeline creation times
Make our QRhiMemAllocStats struct a bit more generic, drop the memory
allocation part in the naming, and use the same getter and struct for
reporting some important timings. (we are free to rename for now, there
are no users in other modules yet)

The time spent in graphics (or compute) pipeline creation has a special
relevance in particular with the modern APIs (as it is the single
biggest potentially time consuming blocking operation), but also highly
interesting with others like D3D11 simply because that's where we do the
expensive source-to-intermediate compilation is HLSL source is provided.
In order to see the effects of the various caching mechanisms (of which
there can be confusingly many, on multiple levels), the ability to see
how much time we spent on pipeline creation e.g. until we render the
first view of an application can be pretty essential.

Task-number: QTBUG-103802
Change-Id: I85dd056a39db7e6b25fb1f9d02e4c94298d22b41
Reviewed-by: Andy Nichols <andy.nichols@qt.io>
2022-07-05 13:04:09 +02:00
..
3rdparty Network: make Public Suffix List constexpr 2022-06-19 16:27:16 +08:00
android Android: fix wrong position of cursor handle and editpopup menu in split screen 2022-06-29 16:02:55 +03:00
concurrent Add the qt_class pragma to file listed in sync.profile classnames map 2022-06-22 03:03:31 +02:00
corelib Add support for naming JNI functions with the unstringify macro 2022-07-05 11:50:25 +03:00
dbus Fix QDBusInterface crashing with empty path on construction 2022-06-27 14:02:47 +02:00
entrypoint Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
gui rhi: Keep track of pipeline creation times 2022-07-05 13:04:09 +02:00
network QHttpHeaderParser: fix int/qsizetype nags 2022-06-27 14:02:47 +02:00
opengl Avoid including qopenglfunctions header files if Qt is built with GLES2 2022-06-28 10:52:23 +02:00
openglwidgets Fix typos in docs and comments 2022-06-15 21:31:02 +02:00
platformsupport Fix typos in docs and comments 2022-06-15 21:31:02 +02:00
plugins wasm: enable sql/sqlite for non threaded builds 2022-07-05 08:08:07 +00:00
printsupport macOS: set print dialog up with page attributes when no printer is installed 2022-06-17 19:06:10 +02:00
sql Add the qt_class pragma to file listed in sync.profile classnames map 2022-06-22 03:03:31 +02:00
testlib Doc: add missing "see also" 2022-07-04 12:34:40 +02:00
tools moc: fix const-init for Windows 2022-06-28 15:07:41 -07:00
widgets QDockWidget warning log for an unexpected situation 2022-07-05 06:51:26 +02:00
xml QDom: Use the default for assignment operators in QDom* classes 2022-07-05 09:31:48 +00:00
CMakeLists.txt