mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
268 B
268 B
Profiling
- Compile Times: append
-Ztimings
to cargo builds - Runtime Flame Graph:
cargo flamegraph --example EXAMPLE_NAME
- built on top of perf, no instrumentation required
- Runtime Instrumentation: