mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
7 lines
268 B
Markdown
7 lines
268 B
Markdown
|
# 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:
|
||
|
* https://github.com/glennw/thread_profiler
|