freebsd-ports/devel/callgrind/pkg-descr
Michael Nottebrock 86d8e1f5e1 Add calltree, a cache simulation and call tracing plugin for valgrind
PR: ports/69845
Submitted by: Simon Barner <barner@in.tum.de>
2004-07-31 15:47:19 +00:00

9 lines
481 B
Text

Calltree uses runtime instrumentation via the Valgrind framework for its
cache simulation and call tracing. This way, even shared libraries and
dynamically opened plugins can be profiled. The data files generated by
Calltree can be loaded into KCachegrind for browsing the performance results.
But there is also a command line tool in the Calltree package to get ASCII
reports from Calltree data files without the need to use KCachegrind.
WWW: http://kcachegrind.sourceforge.net