bevy/docs/profiling.md
2020-02-10 22:13:05 -08:00

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: