Docs: Show how to compare two different traces in Tracy (#6869)
# Objective Fixes #5199. ## Solution Mention how to compare two different saved tracy traces in the profiling section.
This commit is contained in:
parent
176d7df5db
commit
10898d1dc9
@ -48,6 +48,10 @@ Or you can select an individual system and inspect its statistics (available thr
|
||||
|
||||

|
||||
|
||||
If you save more than one trace, you can compare the spans between both of them by clicking the `Compare` button at the top of the UI. This will open a dialog box asking to load a second trace. From there, it's possible to select any family of spans to more closely compare the timing and distribution of a particular span.
|
||||
|
||||

|
||||
|
||||
### Adding your own spans
|
||||
|
||||
Add spans to your app like this (these are in `bevy::prelude::*` and `bevy::log::*`, just like the normal logging macros).
|
||||
|
Loading…
Reference in New Issue
Block a user