Chinaunix首页 | 论坛 | 博客
  • 博客访问: 92383
  • 博文数量: 121
  • 博客积分: 1422
  • 博客等级: 上尉
  • 技术积分: 1235
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-05 13:10
文章分类

全部博文(121)

文章存档

2012年(9)

2011年(2)

2010年(110)

分类:

2010-04-13 17:00:38

= 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]
}}}

阅读(849) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~