1GCOV-DUMP(1)                          GNU                         GCOV-DUMP(1)
2
3
4

NAME

6       gcov-dump - offline gcda and gcno profile dump tool
7

SYNOPSIS

9       gcov-dump [-v|--version]
10            [-h|--help]
11            [-l|--long]
12            [-p|--positions]
13            [-w|--working-sets] gcovfiles
14

DESCRIPTION

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

OPTIONS

20       -h
21       --help
22           Display help about using gcov-dump (on the standard output), and
23           exit without doing any further processing.
24
25       -l
26       --long
27           Dump content of records.
28
29       -p
30       --positions
31           Dump positions of records.
32
33       -v
34       --version
35           Display the gcov-dump version number (on the standard output), and
36           exit without doing any further processing.
37
38       -w
39       --working-sets
40           Dump working set computed from summary.
41
43       Copyright (c) 2017 Free Software Foundation, Inc.
44
45       Permission is granted to copy, distribute and/or modify this document
46       under the terms of the GNU Free Documentation License, Version 1.3 or
47       any later version published by the Free Software Foundation; with the
48       Invariant Sections being "GNU General Public License" and "Funding Free
49       Software", the Front-Cover texts being (a) (see below), and with the
50       Back-Cover Texts being (b) (see below).  A copy of the license is
51       included in the gfdl(7) man page.
52
53       (a) The FSF's Front-Cover Text is:
54
55            A GNU Manual
56
57       (b) The FSF's Back-Cover Text is:
58
59            You have freedom to copy and modify this GNU Manual, like GNU
60            software.  Copies published by the Free Software Foundation raise
61            funds for GNU development.
62
63
64
65gcc-7.4.0                         2018-12-06                      GCOV-DUMP(1)
Impressum