Replies: 1 comment 2 replies
-
System task is an async task and has instances where it doesn't run the system, but is doing some other work to coordinate with the system executor. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys, i am using tracy to profile my application.
I have obtained some strange results during profiling.
For example if we put attention on this spans:



The system_task call system. But the mean elapsed time of system_task is less than mean elapsed time of system like we can see in this screenshots:
So the elapsed mean time of the caller is less than the elapsed time for the function called? Is it possible? I lost something on how bevy works?
Beta Was this translation helpful? Give feedback.
All reactions