From: Rocky B. <ro...@gn...> - 2015-06-05 23:12:06
|
Slight correction. The document that describes the callgrind output format is http://valgrind.org/docs/manual/cl-format.html On Fri, Jun 5, 2015 at 6:56 PM, Rocky Bernstein <ro...@gn...> wrote: > This latest release adds an option --profile which will profile the make > run and produce data files in callgrind format. > > kcachgrind is a nice tool for reading the callgrind output format. However > there is also dot2graph as well as valgrind_annotate. > > A description of the profile data format can be found in > http://valgrind.org/docs/manual/cl-manual.html > |