Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ The [Tracy profiling tool](https://github.com/wolfpld/tracy) is:
4. Run your bevy app with `--features bevy/trace_tracy --release`
- `--release` as theres little point to profiling unoptimized code
- You can capture memory usage as well with `--features bevy/trace_tracy_memory`, at the cost of increased overhead.
- To see debug names for Bevy's own systems, add the `bevy/debug` feature with `--features bevy/trace_tracy,bevy/debug`.

#### Finding the correct Tracy version

Expand Down