Cursegrind - a lightweight curses-based callgrind output vizualizer
- CMake 3.11 or newer
- gcc with std17
- libcurses
- Boost
$ mkdir build
$ cmake -DCMAKE_INSTALL_PREFIX=<path-to-install-dir> ../
$ make && make install
$ cursegrind <path-to-callgrind-output-file>
left arrow, h- collapse itemright arrow, l, e- expand itemup arrow, k- move updown arrow, j- move down/- activate search panelc- toggle costs view (Ir/Percentage from total)v- toggle symbol / filename::symbol / object::symbol representationsF10orq- exit
