Skip to content

Commit a53c3e9

Browse files
authored
Apply suggestions from code review
tiny changes
1 parent a456ee7 commit a53c3e9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

amd/comgr/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,16 +109,14 @@ HTML for investigation:
109109
$ make -j
110110
$ make test test-lit
111111
$ cd profiles
112-
# 1. Manually aggregate the data and create text report.
112+
# Manually aggregate the data and create text report.
113113
$ $LLVM_PROJECT/bin/llvm-profdata merge -sparse *.profraw -o \
114114
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
117115
$ $LLVM_PROJECT/bin/llvm-cov report ../libamd_comgr.so \
118116
-instr-profile=comgr_test.profdata \
119117
-ignore-filename-regex="[cl].*/include/*" # show test report without \
120118
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.
122120
$ $LLVM_PROJECT/../llvm/utils/prepare-code-coverage-artifact.py \
123121
--preserve-profiles $LLVM_PROJECT/bin/llvm-profdata \
124122
$LLVM_PROJECT/bin/llvm-cov . html ../libamd_comgr.so \

0 commit comments

Comments
 (0)