Home > GCov-plugin

GCov-plugin

GCov-plugin is a project mainly written in Vim Script, it's free.

Simple plugin for easy access to .gcov files

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.