Lines Matching refs:OVERLAP
1 …rlap %p/Inputs/overlap_1.proftext %p/Inputs/overlap_2.proftext | FileCheck %s -check-prefix=OVERLAP
2 …ts/overlap_1.proftext %p/Inputs/overlap_2.proftext | FileCheck %s --check-prefixes=MAINFUNC,OVERLAP
3 …ts/overlap_1.proftext %p/Inputs/overlap_2.proftext | FileCheck %s --check-prefixes=MAINFUNC,OVERLAP
6 RUN: llvm-profdata overlap %t_1.profdata %t_2.profdata | FileCheck %s -check-prefix=OVERLAP
12 OVERLAP: Profile overlap infomation for base_profile: {{.*}} and test_profile:
13 OVERLAP: Program level:
14 OVERLAP: # of functions overlap: 2
15 OVERLAP: # of functions mismatch: 1
16 OVERLAP: # of functions only in test_profile: 1
17 OVERLAP: Edge profile overlap: 60.000%
18 OVERLAP: Mismatched count percentage (Edge): 20.000%
19 OVERLAP: Percentage of Edge profile only in test_profile: 20.000%
20 OVERLAP: Edge profile base count sum: 500000
21 OVERLAP: Edge profile test count sum: 50000