Christoffer Martinsson 819ca4ad73 Fix SystemCollector method placement and remove duplicates
- Move get_top_cpu_process() and get_top_ram_process() methods inside SystemCollector impl block
- Remove duplicate method definitions that were placed after trait implementation
- Ensures methods are properly accessible during compilation
2025-10-14 22:05:44 +02:00
..