gcov-tool (1) Linux Manual Page
gcov-tool – offline gcda profile processing tool Synopsisgcov-tool [-v|–version] [-h|–help] gcov-tool merge [merge-options] directory1 directory2 [-o|–output directory] [-v|–verbose] [-w|–weight w1,w2] gcov-tool rewrite [rewrite-options] directory [-n|–normalize long_long_value] [-o|–output directory] [-s|–scale float_or_simple-frac_value] [-v|–verbose] gcov-tool overlap [overlap-options] directory1 directory2 [-f|–function] [-F|–fullname] [-h|–hotonly] [-o|–object] [-t|–hot_threshold] float [-v|–verbose] Descriptiongcov-tool is an offline tool to process gcc’s gcda profile files. Current gcov-tool supports the following functionalities: *…
