refactor(profiling): Remove performance profiling support for Windows and optimize dependency management (#518)

Remove the pprof performance profiling functionality on the Windows platform, as this platform does not support the relevant features
Move the pprof dependency to the platform-specific configuration for non-Windows systems
Update the performance profiling endpoint handling logic to distinguish between platform support statuses
Add the CLAUDE.md document to explain project build and architecture information

Signed-off-by: RustFS Developer <dandan@rustfs.com>
Co-authored-by: RustFS Developer <dandan@rustfs.com>
This commit is contained in:
guojidan
2025-09-12 09:11:44 +08:00
committed by GitHub
parent 62a01f3801
commit 124c31a68b
8 changed files with 236 additions and 89 deletions
Generated
-1
View File
@@ -6300,7 +6300,6 @@ dependencies = [
"heapless",
"once_cell",
"parking_lot",
"pprof",
"rustfs-protos",
"serde",
"serde_json",