We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bevy/debug
1 parent ffc66f1 commit 853e57bCopy full SHA for 853e57b
docs/profiling.md
@@ -80,6 +80,7 @@ The [Tracy profiling tool](https://github.com/wolfpld/tracy) is:
80
4. Run your bevy app with `--features bevy/trace_tracy --release`
81
- `--release` as theres little point to profiling unoptimized code
82
- 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`.
84
85
#### Finding the correct Tracy version
86
0 commit comments