Skip to content

Commit cdbf60f

Browse files
committed
Minor README update
1 parent e1e17c4 commit cdbf60f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

amd/comgr/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ HTML for investigation:
109109
$ make -j
110110
$ make test test-lit
111111
$ cd profiles
112+
# 1. Manually aggregate the data and create text report.
112113
$ $LLVM_PROJECT/bin/llvm-profdata merge -sparse *.profraw -o \
113114
comgr_test.profdata # merge and index data
114115
$ $LLVM_PROJECT/bin/llvm-cov report ../libamd_comgr.so \
@@ -117,6 +118,8 @@ HTML for investigation:
117118
-instr-profile=comgr_test.profdata \
118119
-ignore-filename-regex="[cl].*/include/*" # show test report without \
119120
includes
121+
# 2. Use Perl script to aggregate the data and create html report.
122+
# The manual steps in 1. above are not needed in this case.
120123
$ $LLVM_PROJECT/../llvm/utils/prepare-code-coverage-artifact.py \
121124
--preserve-profiles $LLVM_PROJECT/bin/llvm-profdata \
122125
$LLVM_PROJECT/bin/llvm-cov . html ../libamd_comgr.so \

0 commit comments

Comments
 (0)