-
Notifications
You must be signed in to change notification settings - Fork 0
Simple plugin for easy access to .gcov files
vim-scripts/GCov-plugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=2117 GCov is a profiler that comes with GCC. It is used to combine source code with profiling information and write the result into a gcov file. Switching between gcov and source file can easily become inefficient. This little plugin makes it easy to access current source line in the corresponding .gcov file. Just compile your application with -fprofile-aprc and -ftest-coverage, run it once to create the coverage files and press F11 in any source file to jump to the corresponding line in gcov file.
About
Simple plugin for easy access to .gcov files
Resources
Stars
Watchers
Forks
Packages 0
No packages published