mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-09 06:39:25 +00:00
feat(profiling): support cross-platform memory profiling with mimalloc and pprof (#1674)
This commit is contained in:
Generated
+4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user