Skip to content

Commit

Permalink
Rollup merge of rust-lang#54498 - sylvestre:patch-1, r=frewsxcv
Browse files Browse the repository at this point in the history
The project moved under the Mozilla umbrella
  • Loading branch information
pietroalbini authored Sep 25, 2018
2 parents d2f9e66 + 5139865 commit 4720126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/unstable-book/src/compiler-flags/profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ cargo run
```

Once you've built and run your program, files with the `gcno` (after build) and `gcda` (after execution) extensions will be created.
You can parse them with [llvm-cov gcov](http://llvm.org/docs/CommandGuide/llvm-cov.html#llvm-cov-gcov) or [grcov](https://github.com/marco-c/grcov).
You can parse them with [llvm-cov gcov](https://llvm.org/docs/CommandGuide/llvm-cov.html#llvm-cov-gcov) or [grcov](https://github.com/mozilla/grcov).

0 comments on commit 4720126

Please sign in to comment.