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
C0D3-M4513R
changed the title
Puffin_egui v0.27 not displaying flamegraph correctly
Puffin_egui v0.27 does not display the flamegraph correctly
Apr 12, 2024
I narrowed it down to puffin not creating any scopes in non-release mode.
Edit: I can't even get it to consistently work on release mode.
I got it to work two times, by creating a profile scope in my update method.
When I tried replicating that, after it broke again, it did not work.
Idk what's up with this, but the flame graph and scopes just refuse to work consistently for me.
C0D3-M4513R
changed the title
Puffin_egui v0.27 does not display the flamegraph correctly
Puffin_egui v0.27 does not create scopes in non-release mode.
Apr 23, 2024
Describe the bug
A clear and concise description of what the bug is.
The puffin_egui flamegraph doesn't display correctly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
I expected the flamegraph to show, like in previous versions.
Screenshots
If applicable, add screenshots to help explain your problem.
Device:
Additional context
Add any other context about the problem here.
app code here: https://github.com/C0D3-M4513R/unnamed-artnet-orion-vrsl-app/commit/41bb2cf38b82a001a9e549b6ee3841a8695c85cc (needs feature puffin, to display debugging menu)
(call to draw the window here: https://github.com/C0D3-M4513R/unnamed-artnet-orion-vrsl-app/blob/41bb2cf38b82a001a9e549b6ee3841a8695c85cc/app/src/app.rs#L405
)
The text was updated successfully, but these errors were encountered: