Lines Matching full:line
169 how often each line of code executes
191 time. Likewise, because \fBgcov\fR accumulates statistics by line (at
193 places only one statement on each line. If you use complicated macros
195 less helpful\-\-\-they only report on the line where the macro call
200 indicates how many times each line of a source file \fI\fIsourcefile\fI.c\fR
233 outputs execution counts only for the main blocks of a line. With this
234 option you can determine if blocks within a single line are not being
333 \& <execution_count>:<line_number>:<source line text>
336 Additional block information may succeed each line, when requested by
337 command line option. The \fIexecution_count\fR is \fB\-\fR for lines
349 unchanged. Use \fItag\fR to locate a particular preamble line.
379 for each line. For example, if your program is called \fItmp.c\fR, this
453 In this mode, each basic block is only shown on one line \*(-- the last
454 line of the block. A multi-line block will only contribute to the
455 execution count of that last line, and other lines will not be shown
457 line is shown and subsequent lines show
458 the execution counts for individual blocks that end on that line. After each
463 after a line with no individual blocks.
464 As you can see, line 13 contains a basic block that was not executed.
511 For each function, a line is printed showing how many times the function
515 For each basic block, a line is printed after the last line of the basic
517 be multiple branches and calls listed for a single source line if there
518 are multiple basic blocks that end on that line. In this case, the
522 on the source line.
537 number of times each line in the source was executed would be added to
555 other \s-1GCC\s0 options; but if you want to prove that every single line
570 for each line because there isn't separate code for each line. Hence
587 Inlineable functions can create unexpected line counts. Line counts are
591 If the function is not inlined, the compiler must emit an out of line
593 \&\fIfileA.o\fR and \fIfileB.o\fR both contain out of line bodies of a
597 out of line bodies for all calls to that function, and remove or ignore
606 same source lines, the line counts themselves might seem inconsistent.