Home | History | Annotate | Download | only in man1

Lines Matching full:will

26 .\" Set up some character translations and predefined strings.  \*(-- will
27 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
28 .\" double quote, and \*(R" will give a right double quote. | will give a
29 .\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to
154 optimization efforts will best affect your code. You can also use
238 each branch in your program was taken. Unconditional branches will not
263 \&\fIa.c\fR, then running \fBgcov\fR on the file \fIa.c\fR will produce
267 included file names will be complete path names.
318 \&\fBlcov\fR or other applications. It will output a single *.gcov file per
322 when you invoked the compiler. Otherwise it will not be able to locate
350 The ordering and number of these preamble lines will be augmented as
376 Running the program will cause profile output to be generated. For each
378 \&\fI.gcda\fR file will be placed in the object file directory.
381 will now produce a listing of the code along with frequency of execution
421 When you use the \fB\-a\fR option, you will get individual block
457 line of the block. A multi-line block will only contribute to the
458 execution count of that last line, and other lines will not be shown
462 block, the branch and call counts of the block will be shown, if the
524 the lowest numbered branch or call will correspond to the leftmost construct
529 number of times the branch was executed will be printed. Otherwise, the
534 of times the call was executed will be printed. This will usually be
551 counts) it will ignore the contents of the file. It then adds in the
597 particular inlineable function, they will also both contain coverage
599 linked together, the linker will, on many systems, select one of those
601 the other. Unfortunately, it will not remove the coverage counters for
603 that function will show zero counts.
608 coverage of all the uses of the inline function will be shown for the