Lines Matching full:line
163 how often each line of code executes
185 time. Likewise, because \fBgcov\fR accumulates statistics by line (at
187 places only one statement on each line. If you use complicated macros
189 less helpful\-\-\-they only report on the line where the macro call
194 indicates how many times each line of a source file \fI\fIsourcefile\fI.c\fR
227 outputs execution counts only for the main blocks of a line. With this
228 option you can determine if blocks within a single line are not being
336 \& <execution_count>:<line_number>:<source line text>
339 Additional block information may succeed each line, when requested by
340 command line option. The \fIexecution_count\fR is \fB\-\fR for lines
352 unchanged. Use \fItag\fR to locate a particular preamble line.
382 for each line. For example, if your program is called \fItmp.c\fR, this
456 In this mode, each basic block is only shown on one line
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
460 The total execution count of a line is shown and subsequent lines show
461 the execution counts for individual blocks that end on that line. After each
466 after a line with no individual blocks.
467 As you can see, line 13 contains a basic block that was not executed.
514 For each function, a line is printed showing how many times the function
518 For each basic block, a line is printed after the last line of the basic
520 be multiple branches and calls listed for a single source line if there
521 are multiple basic blocks that end on that line. In this case, the
525 on the source line.
540 number of times each line in the source was executed would be added to
558 other \s-1GCC\s0 options; but if you want to prove that every single line
573 for each line because there isn't separate code for each line. Hence
590 Inlineable functions can create unexpected line counts. Line counts are
594 If the function is not inlined, the compiler must emit an out of line
596 \&\fIfileA.o\fR and \fIfileB.o\fR both contain out of line bodies of a
600 out of line bodies for all calls to that function, and remove or ignore
609 same source lines, the line counts themselves might seem inconsistent.