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)
Sun, Apr 6, 6:52 AM
Unknown Object (File)
Mon, Mar 24, 2:22 AM
Unknown Object (File)
Thu, Mar 20, 11:14 AM
Unknown Object (File)
Sun, Mar 16, 12:05 AM
Unknown Object (File)
Mar 5 2025, 11:20 PM
Unknown Object (File)
Feb 26 2025, 9:11 PM
Unknown Object (File)
Feb 25 2025, 8:16 PM
Unknown Object (File)
Feb 25 2025, 7:00 PM
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.