sponsor Vim development Vim logo Vim Book Ad

GCov plugin : Simple plugin for easy access to .gcov files

 script karma  Rating 0/0, Downloaded by 488  Comments, bugs, improvements  Vim wiki

created by
Martin K. Schreder
 
script type
utility
 
description
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.
 
install details
Copy this script into ~/.vim/plugins
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
gcov.vim 0.01 2008-01-07 6.0 Martin K. Schreder Initial upload
ip used for rating: 18.221.13.173

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github