-
Notifications
You must be signed in to change notification settings - Fork 613
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add command-line editing support for interactive pprof (#362)
Add command-line editing support for interactive pprof This implements basic command-line editing, using github.com/chzyer/readline. This will not affect the golang distribution as it uses its own pprof driver, with its own driver. Only tested on Linux. TODO: Implement auto-completion and persistent history.
- Loading branch information
Showing
2 changed files
with
77 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters