Qt Creator integrates Valgrind code analysis tools for detecting memory leaks and profiling function execution. You must download and install them separately to use them from Qt Creator.
To run the Valgrind tools on a remote host over SSH, select Analyze > Valgrind Memory Analyzer (External) or Valgrind Function Profiler (External).
To stop the currently running analyzer, select Analyze > Stop.
To select options for the Valgrind tools, select Tools > Options > Analyzer. You can override the general settings for each project in the Run Settings for the project.
The following sections describe how to use the Valgrind tools: