All the GNU gcov manual online at http://gcc.gnu.org/onlinedocs/gcc/Invoking-Gcov.html#Invoking-Gcov says about gcov -f
option is:
-f --function-summaries Output summaries for each function in addition to the file level summary.
Does anyone have more information, and maybe a non-trivial .gcov output file, from using this option, in order to demonstrate exactly what these "summaries for each function" look like?
I will also try to try it out, but I thought if someone is regularly using this option they could tell me more.