Skip to content

Commit

Permalink
Process 1 in Chrome tracing starts expanded (bevyengine#8024)
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-i-cecile authored and Shfty committed Mar 19, 2023
1 parent bedec55 commit 57594da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You also need to select a `tracing` backend using the following cargo features:

`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 <https://ui.perfetto.dev>. It will look something like this (make sure you expand `Process 1`):
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:

![image](https://user-images.githubusercontent.com/2694663/141657409-6f4a3ad3-59b6-4378-95ba-66c0dafecd8e.png)

Expand Down

0 comments on commit 57594da

Please sign in to comment.