mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
e3f55d6dfc
# Objective As described in #12467, Bevy does not have any spans for any of the tasks scheduled onto the IO and async compute task pools. ## Solution Instrument all asset loads and asset processing. Since this change is restricted to asset tasks, it does not completely solve #12467, but it does mean we can record the asset path in the trace. ![image](https://github.com/bevyengine/bevy/assets/8494645/59faee63-1f69-40af-bf47-312c4d67d1e2) --- ## Changelog Tracing will now include spans for asset loading and asset processing. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |