diff --git a/docs/profiling.md b/docs/profiling.md index cbe4f72b48..cef50326d6 100644 --- a/docs/profiling.md +++ b/docs/profiling.md @@ -6,7 +6,7 @@ Bevy has built-in [tracing](https://github.com/tokio-rs/tracing) spans to make i ### Backend: trace_chrome -`cargo run --release --features trace_chrome` +`cargo run --release --features bevy/trace_chrome` After running your app a `json` file in the "chrome tracing format" will be produced. You can open this file in your browser using . It will look something like this (make sure you expand `Process 1`):