gcov-dump—an 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.
Options¶
-h--helpDisplay help about using gcov-dump (on the standard output), and exit without doing any further processing.
-l--longDump content of records.
-p--positionsDump positions of records.
-r--rawPrint content records in raw format.
-v--versionDisplay the gcov-dump version number (on the standard output), and exit without doing any further processing.