logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gcov-dump - offline gcda and gcno profile dump tool

Description

gcov-dump is a tool you can use in conjunction with GCC to dump content of gcda and gcno profile files
       offline.

Name

       gcov-dump - offline gcda and gcno profile dump tool

Options

-h--help
           Display  help  about  using  gcov-dump  (on  the standard output), and exit without doing any further
           processing.

       -l--long
           Dump content of records.

       -p--positions
           Dump positions of records.

       -v--version
           Display the gcov-dump version number (on the standard output), and exit  without  doing  any  further
           processing.

Synopsis

       gcov-dump [-v|--version]
            [-h|--help]
            [-l|--long]
            [-p|--positions]
            gcovfiles

See Also