= valgrind =
== valgrind example ==
{{{
valgrind -v --tool=memcheck --leak-check=yes --gdb-attach=yes --num-callers=10 --suppressions=amule.sup --gen-suppressions=yes ~/programs/amule/amule-dev-cvs/src/amule --enable-stdin
}}}
== valgrind --tool=callgrind ==
=== callgrind Command-line Options ===
{{{valgrind --tool=callgrind --collect-systime=yes bin/accload 531 1
--toggle-collect=
--collect-systime= [default: no]
}}}
=== callgrind_annotate Command-line Options ===
{{{ callgrind_annotate
--inclusive= [default: no]
--tree= [default: none]
}}}
阅读(900) | 评论(0) | 转发(0) |