外部アプリケーションで Valgrind ツールを実行する

Valgrind のツールスイートを使うと、メモリリークを検出したり、関数の実行をプロファイルしたりできます。

Qt Creator プロジェクトを持っていない外部アプリケーションを分析するために、Valgrind ツールを実行するには:

  1. Analyze >Valgrind Memory Analyzer (External Application) またはValgrind Function Profiler (External Application) に移動します。

    リモート解析の開始ダイアログ

  2. 実行し、分析するアプリケーションと、使用するキットを選択します。

Memcheck によるメモリー・リークの検出プロファイル関数の実行キットプロジェクトの Valgrind 設定の指定Valgrind CallgrindValgrind 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.