summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2022-07-04 14:21:13 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2022-07-11 08:55:27 +0000
commit0caa9b4cee819b00170b8ce3f154df1f20485f27 (patch)
tree0103c61a5aadf7d075fa742d2615e81cde7c9a80 /README.md
parent87bdbb993eb6689ee2a76734c837d03ce2a1bfa7 (diff)
downloadqt-creator-0caa9b4cee819b00170b8ce3f154df1f20485f27.tar.gz
Doc: Add info about troubleshooting Performance Analyzer
Fixes: QTCREATORBUG-27707 Change-Id: Icd2c5ad8ef79ecb7a2a2e37574a269e24bf55e71 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4ecf9f0aeb..86d4c43f65 100644
--- a/README.md
+++ b/README.md
@@ -147,6 +147,16 @@ like Qt and LLVM, additionally run
cmake --install . --prefix /path/to/qtcreator_install --component Dependencies
+### Performance Analyzer
+
+If you have not installed Qt with the Maintenance Tool, you must
+either set the path to the `perfparser` executable as a value of
+the `PERFPROFILER_PARSER_FILEPATH` environment variable or copy
+the executable to from the Qt Creator installation directory to
+the build directory. That is, copy it from
+`/path/to/qtcreator_install/Tools/QtCreator/libexec/qtcreator/` to
+/path/to/qtcreator_buid/libexec/qtcreator/`.
+
## Getting LLVM/Clang for the Clang Code Model
The Clang code model uses `Clangd` and the ClangFormat plugin depends on the