Process 1 in Chrome tracing starts expanded (#8024)

This commit is contained in:
Alice Cecile 2023-03-10 22:04:41 -05:00 committed by GitHub
parent fd1af7c8b8
commit ee0e6f4855
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)