Skip to content

Commit d92e0ff

Browse files
committed
docs: mention memory requirement; generate hierarchical reports
1 parent ad0d1f8 commit d92e0ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/measure-kernel-mcdc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
Other settings (e.g. Arm) can possibly work, but they are not fully tested.
1111

12+
- Larger than 24G of main memory is recommended.
1213
- If we don't plan to build LLVM from source, please reserve ~30G of disk
1314
space; otherwise reserve ~150G.
1415

@@ -268,6 +269,7 @@ llvm-cov show --show-mcdc \
268269
--show-region-summary=false \
269270
--show-branch-summary=false \
270271
--format=html \
272+
-show-directory-coverage \
271273
-output-dir=html-coverage-reports \
272274
-instr-profile profdata \
273275
$MCDC_HOME/linux/vmlinux

0 commit comments

Comments
 (0)