We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed88baf commit 9c4c0bcCopy full SHA for 9c4c0bc
1 file changed
README.md
@@ -25,3 +25,13 @@ cargo run --release -- -t 14/8580/5737
25
```
26
27
Use any number of `-t` args to load multiple tiles. If no args are passed, load a full map.
28
+
29
+# Profiling heap on macOS with Instruments
30
31
+Install `cargo-instruments`
32
33
+```
34
+brew install cargo-instruments
35
36
37
+Run `cargo instruments -t Allocations --release --time-limit 30000` and look at the generated trace in `target/instruments`.
0 commit comments