comparison gcc/doc/gcov-dump.texi @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 84e7813d76e9
children 1830386684a0
comparison
equal deleted inserted replaced
130:e108057fa461 132:d34655255c78
1 @c Copyright (C) 2017 Free Software Foundation, Inc. 1 @c Copyright (C) 2017-2018 Free Software Foundation, Inc.
2 @c This is part of the GCC manual. 2 @c This is part of the GCC manual.
3 @c For copying conditions, see the file gcc.texi. 3 @c For copying conditions, see the file gcc.texi.
4 4
5 @ignore 5 @ignore
6 @c man begin COPYRIGHT 6 @c man begin COPYRIGHT
7 Copyright @copyright{} 2017 Free Software Foundation, Inc. 7 Copyright @copyright{} 2017-2018 Free Software Foundation, Inc.
8 8
9 Permission is granted to copy, distribute and/or modify this document 9 Permission is granted to copy, distribute and/or modify this document
10 under the terms of the GNU Free Documentation License, Version 1.3 or 10 under the terms of the GNU Free Documentation License, Version 1.3 or
11 any later version published by the Free Software Foundation; with the 11 any later version published by the Free Software Foundation; with the
12 Invariant Sections being ``GNU General Public License'' and ``Funding 12 Invariant Sections being ``GNU General Public License'' and ``Funding
59 @c man begin SYNOPSIS 59 @c man begin SYNOPSIS
60 gcov-dump [@option{-v}|@option{--version}] 60 gcov-dump [@option{-v}|@option{--version}]
61 [@option{-h}|@option{--help}] 61 [@option{-h}|@option{--help}]
62 [@option{-l}|@option{--long}] 62 [@option{-l}|@option{--long}]
63 [@option{-p}|@option{--positions}] 63 [@option{-p}|@option{--positions}]
64 [@option{-w}|@option{--working-sets}] @var{gcovfiles} 64 @var{gcovfiles}
65 @c man end 65 @c man end
66 @end ignore 66 @end ignore
67 67
68 @c man begin OPTIONS 68 @c man begin OPTIONS
69 @table @gcctabopt 69 @table @gcctabopt
82 82
83 @item -v 83 @item -v
84 @itemx --version 84 @itemx --version
85 Display the @command{gcov-dump} version number (on the standard output), 85 Display the @command{gcov-dump} version number (on the standard output),
86 and exit without doing any further processing. 86 and exit without doing any further processing.
87
88 @item -w
89 @itemx --working-sets
90 Dump working set computed from summary.
91 @end table 87 @end table
92 88
93 @c man end 89 @c man end