https://github.com/yhirose/gprofview
This is a ncurses-based text-mode gprof log viewer.
https://github.com/yhirose/gprofview
Last synced: 7 months ago
JSON representation
This is a ncurses-based text-mode gprof log viewer.
- Host: GitHub
- URL: https://github.com/yhirose/gprofview
- Owner: yhirose
- License: gpl-2.0
- Created: 2010-08-14T02:19:42.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-08-14T02:22:34.000Z (about 15 years ago)
- Last Synced: 2025-02-03T19:15:47.793Z (8 months ago)
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: COPYING
Awesome Lists containing this project
README
gprofview - a gprof log viewer
==============================This is a ncurses-based text-mode gprof log viewer.
* Author: Yuji Hirose
* License: GPLv2
* Requirement: Ruby 1.8.xCommand line usage
------------------gprofview [gprof log file]
General operation
-----------------'c' clear filter result
'e' filter entries (include)
'i' filter entries (exclude)
'q' quit
'v' change view type (percentage <-> time)
's' change sort type (total -> self -> count)
't' go back to flatlist view
'u' go back one level
'?' you know what it is...
SPACE go to callgraph (ENTER key can also be used.)Cursor movement
---------------'g' go to top
'G' go to bottom
'h' scroll left
'j' move cursor down
'k' move cursor up
'l' scroll right
'n' find next
'N' find previous
'zz' go to center of screen
'0' go to left
'/' find
CTRL-B page up
CTRL-D half page down
CTRL-E scroll up
CTRL-F page down
CTRL-U half page up
CTRL-Y scroll down