mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
Process 1 in Chrome tracing starts expanded (#8024)
This commit is contained in:
parent
fd1af7c8b8
commit
ee0e6f4855
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue