Page MenuHomeFreeBSD

lang/rust-nightly: enable the Rust profiler
ClosedPublic

Authored by asomers on May 8 2020, 5:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 25 2024, 8:53 AM
Unknown Object (File)
Jan 25 2024, 8:53 AM
Unknown Object (File)
Jan 25 2024, 8:53 AM
Unknown Object (File)
Jan 25 2024, 8:38 AM
Unknown Object (File)
Dec 20 2023, 6:56 AM
Unknown Object (File)
Nov 6 2023, 12:50 PM
Unknown Object (File)
Nov 5 2023, 7:03 AM
Unknown Object (File)
Oct 28 2023, 2:05 AM
Subscribers

Details

Summary

lang/rust-nightly: enable the Rust profiler

Enable the rust profiler on rust-nightly (as an unstable feature, it's not
allowed on the stable toolchain). This allows it to generate code coverage
reports.

https://doc.rust-lang.org/unstable-book/compiler-flags/profile.html
https://crates.io/crates/grcov

Test Plan

Built and tested a few crates on amd64 12.1-RELEASE

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tobik added a subscriber: tobik.

Ok but please fix the nit below before commit.

lang/rust/Makefile
136 ↗(On Diff #71557)
.if defined(NIGHTLY_DATE)

like above

This revision is now accepted and ready to land.May 18 2020, 5:58 PM
This revision was automatically updated to reflect the committed changes.