Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c1c6ca63
Commit
c1c6ca63
authored
Sep 26, 2016
by
Martin Liska
Committed by
Martin Liska
Sep 26, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix documentation of gcov tool
* doc/gcov.texi: Update program output of gcov tool. From-SVN: r240494
parent
9beb81ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
7 deletions
+13
-7
gcc/ChangeLog
+4
-0
gcc/doc/gcov.texi
+9
-7
No files found.
gcc/ChangeLog
View file @
c1c6ca63
2016-09-26 Martin Liska <mliska@suse.cz>
* doc/gcov.texi: Update program output of gcov tool.
2016-09-26 Martin Liska <mliska@suse.cz>
PR gcov-profile/23332
* profile.c (instrument_values): Do not handle
HIST_TYPE_CONST_DELTA.
...
...
gcc/doc/gcov.texi
View file @
c1c6ca63
...
...
@@ -367,8 +367,9 @@ is what you see when you use the basic @command{gcov} facility:
$
gcc
-
fprofile
-
arcs
-
ftest
-
coverage
tmp
.
c
$
a
.
out
$
gcov
tmp
.
c
90
.
00
%
of
10
source
lines
executed
in
file
tmp
.
c
Creating
tmp
.
c
.
gcov
.
File
'
tmp
.
c
'
Lines
executed
:
90
.
00
%
of
10
Creating
'
tmp
.
c
.
gcov
'
@end
smallexample
The
file
@file
{
tmp
.
c
.
gcov
}
contains
output
from
@command
{
gcov
}.
...
...
@@ -452,11 +453,12 @@ When you use the @option{-b} option, your output looks like this:
@smallexample
$
gcov
-
b
tmp
.
c
90
.
00
%
of
10
source
lines
executed
in
file
tmp
.
c
80
.
00
%
of
5
branches
executed
in
file
tmp
.
c
80
.
00
%
of
5
branches
taken
at
least
once
in
file
tmp
.
c
50
.
00
%
of
2
calls
executed
in
file
tmp
.
c
Creating
tmp
.
c
.
gcov
.
File
'
tmp
.
c
'
Lines
executed
:
90
.
00
%
of
10
Branches
executed
:
80
.
00
%
of
5
Taken
at
least
once
:
80
.
00
%
of
5
Calls
executed
:
50
.
00
%
of
2
Creating
'
tmp
.
c
.
gcov
'
@end
smallexample
Here
is
a
sample
of
a
resulting
@file
{
tmp
.
c
.
gcov
}
file
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment