You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/rustc/src/instrument-coverage.md
+2-6
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,8 @@
2
2
3
3
## Introduction
4
4
5
-
The Rust compiler includes two code coverage implementations:
6
-
7
-
- A GCC-compatible, gcov-based coverage implementation, enabled with `-Z profile`, which derives coverage data based on DebugInfo.
8
-
- A source-based code coverage implementation, enabled with `-C instrument-coverage`, which uses LLVM's native, efficient coverage instrumentation to generate very precise coverage data.
9
-
10
-
This document describes how to enable and use the LLVM instrumentation-based coverage, via the `-C instrument-coverage` compiler flag.
5
+
This document describes how to enable and use LLVM instrumentation-based coverage,
0 commit comments