You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo has -Z timings feature in nightly. It shows how long compile spent times like following:
Completed espr v0.1.0 lib (test) in 6.1s
Completed ruststep v0.1.0 lib (test) in 10.1s
Completed ruststep v0.1.0 in 18.7s
Completed espr-derive v0.1.0 lib (test) in 0.5s
Completed ruststep-derive v0.1.0 test "try_build" (test) in 1.4s
Completed ruststep-derive v0.1.0 lib (test) in 2.3s
Completed ruststep v0.1.0 test "abc_dataset" (test) in 3.4s
Completed ruststep v0.1.0 test "enum_deserialize" (test) in 3.5s
Completed ruststep v0.1.0 test "simple" (test) in 3.5s
Completed ruststep v0.1.0 test "list" (test) in 3.6s
Completed ruststep v0.1.0 test "any_deserialize" (test) in 3.7s
cargo has
-Z timings
feature in nightly. It shows how long compile spent times like following:https://doc.rust-lang.org/cargo/reference/unstable.html#timings
The text was updated successfully, but these errors were encountered: