Automated ingestion of prompt: Memory Profiler CLI

This commit is contained in:
promptadmin 2026-06-06 19:29:37 +00:00
parent 4faf5a5bcb
commit 1b04292264
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
title: "Memory Profiler CLI"
contributor: "@f"
tags: #system, #f
---
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.