LAHumphreys / Call-Graph-Viewer

Command line callgrind viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Call-Graph-Viewer Build Status Coverage Status

"Expample screen shots"

A simple tool for profiling processes using callgraph data.

It already provides:

  • A flat view of your most expensive functions
  • A complete calltree, including costs / callcount at each node
  • regex powered searching of both the call tree and the flat view
  • Code annotation
  • Callgrind integration:
    • Easily profile C / C++ and similar languages
    • (Unlike some viewers), The full call tree (using --separate-callers with callgrind)
  • Simple CSV based input allows manual profile data to be used (e.g see the TCL pluging provided)
  • Configure your own commands in the rc file

About

Command line callgrind viewer

License:GNU General Public License v2.0


Languages

Language:JavaScript 79.7%Language:C++ 17.1%Language:HTML 2.6%Language:Awk 0.3%Language:Makefile 0.2%Language:CSS 0.1%Language:Shell 0.0%