File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
llvm/test/tools/llvm-profdata Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ MAINFUNC: # of edge counters overlap: 2
99MAINFUNC: Edge profile overlap: 100.000%
1010MAINFUNC: Edge profile base count sum: 200000
1111MAINFUNC: Edge profile test count sum: 20000
12- OVERLAP: Profile overlap infomation for base_profile: {{.*}} and test_profile:
12+ OVERLAP: Profile overlap information for base_profile: {{.*}} and test_profile:
1313OVERLAP: Program level:
1414OVERLAP: # of functions overlap: 2
1515OVERLAP: # of functions mismatch: 1
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ RUN: llvm-profdata overlap -cs %p/Inputs/overlap_1_cs.proftext %p/Inputs/overlap
22RUN: llvm-profdata merge %p/Inputs/overlap_1_cs.proftext -o %t_1_cs.profdata
33RUN: llvm-profdata merge %p/Inputs/overlap_2_cs.proftext -o %t_2_cs.profdata
44RUN: llvm-profdata overlap -cs %t_1_cs.profdata %t_2_cs.profdata | FileCheck %s -check-prefix=OVERLAP
5- OVERLAP: Profile overlap infomation for base_profile: {{.*}} and test_profile:
5+ OVERLAP: Profile overlap information for base_profile: {{.*}} and test_profile:
66OVERLAP: Program level:
77OVERLAP: # of functions overlap: 1
88OVERLAP: Edge profile overlap: 80.000%
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ RUN: llvm-profdata overlap %p/Inputs/overlap_1_vp.proftext %p/Inputs/overlap_2_v
22RUN: llvm-profdata merge %p/Inputs/overlap_1_vp.proftext -o %t_1_vp.profdata
33RUN: llvm-profdata merge %p/Inputs/overlap_2_vp.proftext -o %t_2_vp.profdata
44RUN: llvm-profdata overlap %t_1_vp.profdata %t_2_vp.profdata | FileCheck %s -check-prefix=OVERLAP
5- OVERLAP: Profile overlap infomation for base_profile: {{.*}} and test_profile:
5+ OVERLAP: Profile overlap information for base_profile: {{.*}} and test_profile:
66OVERLAP: Program level:
77OVERLAP: # of functions overlap: 1
88OVERLAP: Edge profile overlap: 80.000%
You can’t perform that action at this time.
0 commit comments