外部アプリケーションで Valgrind ツールを実行する
Valgrind のツールスイートを使うと、メモリリークを検出したり、関数の実行をプロファイルしたりできます。
Qt Creator プロジェクトを持っていない外部アプリケーションを分析するために、Valgrind ツールを実行するには:
- Analyze >Valgrind Memory Analyzer (External Application) またはValgrind Function Profiler (External Application) に移動します。

- 実行し、分析するアプリケーションと、使用するキットを選択します。
Memcheck によるメモリー・リークの検出、プロファイル関数の実行、キット、プロジェクトの Valgrind 設定の指定、Valgrind Callgrind、Valgrind Memcheckも参照してください 。
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.