Lines Matching full:each
169 how often each line of code executes
173 how much computing time each section of code uses
176 can look at each module to see which modules should be optimized.
193 places only one statement on each line. If you use complicated macros
200 indicates how many times each line of a source file \fI\fIsourcefile\fI.c\fR
244 each branch in your program was taken. Unconditional branches will not
293 Output summaries for each function in addition to the file level summary.
323 One \fI.gcov\fR file is produced for each source file containing code,
336 Additional block information may succeed each line, when requested by
373 Running the program will cause profile output to be generated. For each
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
458 the execution counts for individual blocks that end on that line. After each
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
519 branches and calls are each given a number. There is no simple way to map
537 number of times each line in the source was executed would be added to
545 exits. For each source file compiled with \fB\-fprofile\-arcs\fR, the
570 for each line because there isn't separate code for each line. Hence
603 each location might not be the same. For instance, a condition might