mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
add quick profiling doc
This commit is contained in:
parent
eedec80e89
commit
7a1036fa0b
1 changed files with 7 additions and 0 deletions
7
docs/profiling.md
Normal file
7
docs/profiling.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# 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
|
Loading…
Reference in a new issue