tracker/src
m1ngsama 9fe4543aa6 optimize: improve build profile, CI, and remove redundant cpu sleeps
- Add release profile with LTO and stripping for smaller binaries
- Add Rust checks (fmt, clippy, test) to CI
- Remove redundant 200ms sleep in cpu monitoring for better continuous performance
- Fix dead code warnings in various modules
2025-12-16 17:49:15 +08:00
..
alert.rs optimize: improve build profile, CI, and remove redundant cpu sleeps 2025-12-16 17:49:15 +08:00
config.rs feat: Implement configuration management module 2025-11-29 10:30:00 +08:00
exporter.rs optimize: improve build profile, CI, and remove redundant cpu sleeps 2025-12-16 17:49:15 +08:00
logger.rs optimize: improve build profile, CI, and remove redundant cpu sleeps 2025-12-16 17:49:15 +08:00
main.rs feat: Complete main application and documentation 2025-12-08 09:30:00 +08:00
monitor.rs optimize: improve build profile, CI, and remove redundant cpu sleeps 2025-12-16 17:49:15 +08:00
process.rs feat: Implement process monitoring module 2025-12-01 11:00:00 +08:00
temperature.rs feat: Add temperature monitoring and data export 2025-12-06 14:00:00 +08:00