Lines Matching refs:overlap
22 * :ref:`overlap <profdata-overlap>`
315 .. program:: llvm-profdata overlap
317 .. _profdata-overlap:
325 :program:`llvm-profdata overlap` [*options*] [*base profile file*] [*test profile file*]
330 :program:`llvm-profdata overlap` takes two profile data files and displays the
331 *overlap* of counter distribution between the whole files and between any of the
334 In this command, *overlap* is defined as follows:
344 *overlap* = min(c1_1/sum_1, c2_1/sum_2) + min(c1_2/sum_1, c2_2/sum_2) + ...
347 The result overlap distribution is a percentage number, ranging from 0.0% to
348 100.0%, where 0.0% means there is no overlap and 100.0% means a perfect
349 overlap.
352 *test profile file* has matched counts of {60000, 40000}. The *overlap* is 80%.
377 Only show overlap for the context sensitive profile counts. The default is to show