EmbarkStudios / EmbarkStudios/puffin
Puffin_egui v0.27 does not create scopes in non-release mode.
- Dominant language
- Rust
- Stars
- 1.7k
- Forks
- 111
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 1
Description
**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:
1. Make an egui native app, that has puffin scopes and allows you to interact with the puffin_egui ui.
2. Run the app and open the debugger.
**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:**
- OS: [e.g. iOS] NixOs
- Browser [e.g. chrome, safari] Using Native App, not browser.
- Version [e.g. 22]
**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
)
Contributor guide
Assessment
This issue has not been assessed yet.