mirror of
https://github.com/a-b-street/abstreet.git
synced 2025-01-01 19:04:50 +03:00
9 lines
231 B
Markdown
9 lines
231 B
Markdown
# Profiling
|
|
|
|
apt-get install google-perftools libgoogle-perftools-dev
|
|
|
|
Follow Usage from https://crates.io/crates/cpuprofiler
|
|
|
|
google-pprof --web ../target/debug/editor profile
|
|
google-pprof --web ../target/release/headless profile
|