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)
Wed, Sep 17, 2:19 AM
Unknown Object (File)
Sat, Sep 13, 8:22 PM
Unknown Object (File)
Wed, Sep 10, 4:05 PM
Unknown Object (File)
Aug 15 2025, 2:35 PM
Unknown Object (File)
Aug 5 2025, 12:03 AM
Unknown Object (File)
Aug 3 2025, 3:48 PM
Unknown Object (File)
Jul 22 2025, 1:31 PM
Unknown Object (File)
Jul 22 2025, 1:31 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.