Bug 69845 - new port: devel/calltree: a cache simulation and call tracing plugin for valgrind
Summary: new port: devel/calltree: a cache simulation and call tracing plugin for valg...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-31 16:00 UTC by Simon Barner
Modified: 2004-07-31 19:20 UTC (History)
0 users

See Also:


Attachments
calltree.shar (3.41 KB, text/plain)
2004-07-31 16:00 UTC, Simon Barner
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Barner 2004-07-31 16:00:24 UTC
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.

For more information see: http://kcachegrind.sf.net/

Note: There is another PR for kcachegrind which is a visualiation tool
      for the data collected by calltree.

How-To-Repeat: 
N/A
Comment 1 Michael Nottebrock freebsd_committer freebsd_triage 2004-07-31 16:47:56 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 Michael Nottebrock freebsd_committer freebsd_triage 2004-07-31 19:19:00 UTC
FYI: I added a patch for the configure script to fix a failure to detect 
vg_skin.h on -STABLE.