bevy/docs/profiling.md

7 lines
268 B
Markdown
Raw Normal View History

2020-02-11 06:13:05 +00:00
# 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