Skip to content

Commit 853e57b

Browse files
committed
docs: mention bevy/debug in tracy quickstart
1 parent ffc66f1 commit 853e57b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/profiling.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ The [Tracy profiling tool](https://github.com/wolfpld/tracy) is:
8080
4. Run your bevy app with `--features bevy/trace_tracy --release`
8181
- `--release` as theres little point to profiling unoptimized code
8282
- You can capture memory usage as well with `--features bevy/trace_tracy_memory`, at the cost of increased overhead.
83+
- To see debug names for Bevy's own systems, add the `bevy/debug` feature with `--features bevy/trace_tracy,bevy/debug`.
8384

8485
#### Finding the correct Tracy version
8586

0 commit comments

Comments
 (0)