-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
IO and Async Compute task spans #12467
Copy link
Copy link
Open
Labels
A-TasksTools for parallel and async workTools for parallel and async workC-FeatureA new feature, making something new possibleA new feature, making something new possibleC-PerformanceA change motivated by improving speed, memory usage or compile timesA change motivated by improving speed, memory usage or compile times
Description
What problem does this solve or what need does it fill?
Noticed that, when testing #12090, that Bevy does not have any spans for any of the tasks scheduled onto the IO and async compute task pols.
What solution would you like?
Preferably all tasks scheduled onto the task pools should have some top level spans, perhaps by instrumenting all incoming tasks. If that's too involved or too high overhead, we should at the very minimum instrument all asset loads.
What alternative(s) have you considered?
Leaving it be, shooting in the dark.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-TasksTools for parallel and async workTools for parallel and async workC-FeatureA new feature, making something new possibleA new feature, making something new possibleC-PerformanceA change motivated by improving speed, memory usage or compile timesA change motivated by improving speed, memory usage or compile times