From aa9206ca813e81b3bf64beee15ed4721f214e0fe Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 1 Nov 2023 16:12:57 +0100 Subject: [PATCH] Doc: Describe CMake profiling Task-number: QTCREATORBUG-29392 Change-Id: I661d6d39148a53daf328b4895d8cd7cabf163d7a Reviewed-by: Cristian Adam --- doc/qtcreator/config/style/qt5-sidebar.html | 6 +++-- .../images/qtcreator-cmake-profiler.webp | Bin 0 -> 19040 bytes .../creator-how-to-profile-cmake-code.qdoc | 23 ++++++++++++++++++ .../howto/creator-only/creator-how-tos.qdoc | 9 +++++++ doc/qtcreator/src/qtcreator-toc.qdoc | 2 ++ doc/qtcreator/src/qtcreator.qdoc | 8 +++--- 6 files changed, 42 insertions(+), 6 deletions(-) create mode 100644 doc/qtcreator/images/qtcreator-cmake-profiler.webp create mode 100644 doc/qtcreator/src/cmake/creator-how-to-profile-cmake-code.qdoc diff --git a/doc/qtcreator/config/style/qt5-sidebar.html b/doc/qtcreator/config/style/qt5-sidebar.html index 7ba89695cb1..a9676ff4539 100644 --- a/doc/qtcreator/config/style/qt5-sidebar.html +++ b/doc/qtcreator/config/style/qt5-sidebar.html @@ -84,11 +84,13 @@

How To