Skip to content

Commit c4f132a

Browse files
committed
Fix call with features in docs/profiling.md (#3967)
Features must be called with the crate, otherwise the following error is thrown: > error: none of the selected packages contains these features: trace_chrome
1 parent b0768a5 commit c4f132a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Bevy has built-in [tracing](https://github.com/tokio-rs/tracing) spans to make i
66

77
### Backend: trace_chrome
88

9-
`cargo run --release --features trace_chrome`
9+
`cargo run --release --features bevy/trace_chrome`
1010

1111
After running your app a `json` file in the "chrome tracing format" will be produced. You can open this file in your browser using <https://ui.perfetto.dev>. It will look something like this (make sure you expand `Process 1`):
1212

0 commit comments

Comments
 (0)