Lines Matching full:overlap
47 \fI\%overlap\fP
399 .SH OVERLAP
402 \fBllvm\-profdata overlap\fP [\fIoptions\fP] [\fIbase profile file\fP] [\fItest profile file\fP]
405 \fBllvm\-profdata overlap\fP takes two profile data files and displays the
406 \fIoverlap\fP of counter distribution between the whole files and between any of the
409 In this command, \fIoverlap\fP is defined as follows:
419 \fIoverlap\fP = min(c1_1/sum_1, c2_1/sum_2) + min(c1_2/sum_1, c2_2/sum_2) + ...
422 The result overlap distribution is a percentage number, ranging from 0.0% to
423 100.0%, where 0.0% means there is no overlap and 100.0% means a perfect
424 overlap.
427 \fItest profile file\fP has matched counts of {60000, 40000}. The \fIoverlap\fP is 80%.
454 Only show overlap for the context sensitive profile counts. The default is to show