File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -109,16 +109,14 @@ HTML for investigation:
109
109
$ make -j
110
110
$ make test test-lit
111
111
$ cd profiles
112
- # 1. Manually aggregate the data and create text report.
112
+ # Manually aggregate the data and create text report.
113
113
$ $LLVM_PROJECT/bin/llvm-profdata merge -sparse *.profraw -o \
114
114
comgr_test.profdata # merge and index data
115
- $ $LLVM_PROJECT/bin/llvm-cov report ../libamd_comgr.so \
116
- -instr-profile=comgr_test.profdata # show test report
117
115
$ $LLVM_PROJECT/bin/llvm-cov report ../libamd_comgr.so \
118
116
-instr-profile=comgr_test.profdata \
119
117
-ignore-filename-regex="[cl].*/include/*" # show test report without \
120
118
includes
121
- # 2. Or use python script to aggregate the data and create html report.
119
+ # Or use python script to aggregate the data and create html report.
122
120
$ $LLVM_PROJECT/../llvm/utils/prepare-code-coverage-artifact.py \
123
121
--preserve-profiles $LLVM_PROJECT/bin/llvm-profdata \
124
122
$LLVM_PROJECT/bin/llvm-cov . html ../libamd_comgr.so \
You can’t perform that action at this time.
0 commit comments