You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A 3d scene with a box should show up, standing still, nothing else, quitting the software will stop the process, and the atrace can be inspected.
actual behaviour
the 3D scene will not show up, and allocscope-trace will say and show nothing. ctrl+c will quit it though
running it for a while will create an atrace file though, and that can be inspected ( sometimes crash, but not easily reproduced, said something about higher number? dont remember )
The text was updated successfully, but these errors were encountered:
The issue seems to be that allocscope is slowing down the traced process so much that it is not very usable. I do get a window after several minutes, and if I press ctrl+c to terminate the trace, I get an .atrace which does show Bevy things happening.
I intend to rework the mechanism of tracing to speed things in the near future. I expect that tracing a Bevy process will improve when that work is complete.
Hello, wrote on the reddit post as well.
Reproduce
Trying to run this on bevy crates fails, i have not tested it very thoroughly, but to reproduce you could:
expected behaviour
A 3d scene with a box should show up, standing still, nothing else, quitting the software will stop the process, and the atrace can be inspected.
actual behaviour
the 3D scene will not show up, and allocscope-trace will say and show nothing. ctrl+c will quit it though
running it for a while will create an atrace file though, and that can be inspected ( sometimes crash, but not easily reproduced, said something about higher number? dont remember )
The text was updated successfully, but these errors were encountered: