Add profiling flamegraphs with pprof

This commit is contained in:
2025-12-06 15:58:11 -05:00
parent 74c28c9344
commit 1311cb830b
5 changed files with 444 additions and 36 deletions

View File

@@ -1,2 +1,2 @@
[build]
rustflags = ["-C", "target-cpu=native"]
rustflags = ["-C", "target-cpu=native", "-Cforce-frame-pointers=yes"]