Valgrind

From MultimediaWiki
Revision as of 14:08, 21 April 2007 by Multimedia Mike (talk | contribs) (English edits)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Valgrind is a suite of tools for debugging and profiling Linux programs.

The Callgrind tools allow profiling of a program.

When it is used with "--dump-instr=yes --trace-jump=yes" and the result is displayed with [1], you can see:

  • function call tracing
  • executed calltree graphing
  • jmp tracing and graphing

Example

$ valgrind --tool=callgrind --dump-instr=yes --trace-jump=yes ffplay
$ kcachegrind callgrind.$pid