Skip to content

Commit ee0e6f4

Browse files
Process 1 in Chrome tracing starts expanded (#8024)
1 parent fd1af7c commit ee0e6f4

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
@@ -12,7 +12,7 @@ You also need to select a `tracing` backend using the following cargo features:
1212

1313
`cargo run --release --features bevy/trace_chrome`
1414

15-
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`):
15+
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:
1616

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

0 commit comments

Comments
 (0)