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)
Sat, Sep 7, 9:20 AM
Unknown Object (File)
Thu, Sep 5, 9:35 PM
Unknown Object (File)
Wed, Sep 4, 3:42 PM
Unknown Object (File)
Wed, Sep 4, 1:59 AM
Unknown Object (File)
Tue, Sep 3, 3:04 AM
Unknown Object (File)
Mon, Sep 2, 8:52 AM
Unknown Object (File)
Thu, Aug 29, 4:53 PM
Unknown Object (File)
Thu, Aug 29, 3:43 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 30983
Build 28690: arc lint + arc unit

Event Timeline

tobik added a subscriber: tobik.

Ok but please fix the nit below before commit.

lang/rust/Makefile
136
.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.