From 0caa9b4cee819b00170b8ce3f154df1f20485f27 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 4 Jul 2022 14:21:13 +0200 Subject: Doc: Add info about troubleshooting Performance Analyzer Fixes: QTCREATORBUG-27707 Change-Id: Icd2c5ad8ef79ecb7a2a2e37574a269e24bf55e71 Reviewed-by: Reviewed-by: hjk --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.1