13.3. 其它资源
有关 Valgrind 及其功能的更多信息,请参阅以下列出的资源。
安装的文档
Valgrind(1)-
valgrind
实用程序手册页面提供了有关如何使用 Valgrind 的详细信息。显示 Red Hat Developer Toolset 中包含的版本的 man page:$
scl enable devtoolset-11 'man valgrind'
-
Valgrind 文档 - Valgrind 的 HTML 文档位于
/opt/rh/devtoolset-11/root/usr/share/doc/devtoolset-11-valgrind-3.17.0/html/index.html
。
在线文档
- Red Hat Enterprise Linux 7 开发人员指南 - Red Hat Enterprise Linux 7 开发人员指南 提供了有关 Valgrind 及其 Eclipse 插件的更多信息。
- Red Hat Enterprise Linux 7 性能调优指南 - Red Hat Enterprise Linux 7 的性能调优 指南 提供了使用 Valgrind 分析应用程序的更多详情。
另请参阅
- 第 1 章 Red Hat Developer Toolset - Red Hat Developer Toolset 概述以及如何在您的系统中安装它的更多信息。
- 第 11 章 memstomp - 使用 memstomp 程序识别对带有不同标准不允许重叠的内存区域的库功能的调用的说明。
- 第 12 章 SystemTap - SystemTap 工具介绍,以及如何使用它监控正在运行的系统的活动。
- 第 14 章 OProfile - 使用 OProfile 工具确定哪个部分代码消耗最大 CPU 时间以及原因。
- 第 15 章 Dyninst - 使用 Dyninst 库检测用户空间可执行文件的说明。