tips-valgrind
来自「彩信浏览器」· 代码 · 共 22 行
TXT
22 行
About vslgrind, kcachegrind and calltree.valgrind is a system to find memory access errors and memory leaks.In addition it can be used to find "hot spots" in program codeand the call trees of the functions leading to these hot spots.Packages downloaded:valgrind-2.1.1calltree-0.9.7kcachegrind-0.4.5graphviz-1.12In addition kde-devel must be installed(only available via RPM, I used daniel's machine)For "ntpl" kernels, useexport LD_ASSUME_KERNEL=2.4.19until valgrind handles "ntpl" properly.Use "valgrind.supp" to get rid of someuseless messages.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?