Memory Profiler CLI
内存分析器命令行工具
A comprehensive memory profiler cli application. Perfect for developers looking to build modern web applications with professional-grade functionality.
一款全面的内存分析器命令行工具。专为开发者打造,助力构建具备专业级功能的现代网页应用。
Prompt
Develop a memory profiling tool in C for analyzing process memory usage. Implement process attachment with minimal performance impact. Add heap analysis with allocation tracking. Include memory leak detection with stack traces. Implement memory usage visualization with detailed statistics. Add custom allocator hooking for detailed tracking. Include report generation in multiple formats. Implement filtering options for noise reduction. Add comparison functionality between snapshots. Include command-line interface with interactive mode. Implement signal handling for clean detachment.