feat(profiling): support cross-platform memory profiling with mimalloc and pprof (#1674)

This commit is contained in:
houseme
2026-01-30 22:23:49 +08:00
committed by GitHub
parent 1aba8c10b9
commit 38b779b924
7 changed files with 693 additions and 47 deletions
Generated
+4
View File
@@ -7604,6 +7604,7 @@ dependencies = [
"atomic_enum",
"axum",
"axum-server",
"backtrace",
"base64",
"base64-simd",
"bytes",
@@ -7632,6 +7633,7 @@ dependencies = [
"moka",
"pin-project-lite",
"pprof",
"rand 0.10.0-rc.6",
"reqwest 0.13.1",
"rmp-serde",
"russh",
@@ -7670,8 +7672,10 @@ dependencies = [
"shadow-rs",
"socket2",
"ssh-key",
"starshard",
"subtle",
"sysinfo",
"tempfile",
"thiserror 2.0.18",
"tikv-jemalloc-ctl",
"tikv-jemallocator",