From 1b04292264460014e44628313b68f77ca22cd5ea Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:29:37 +0000 Subject: [PATCH] Automated ingestion of prompt: Memory Profiler CLI --- prompts/system/memory_profiler_cli_554.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/system/memory_profiler_cli_554.md diff --git a/prompts/system/memory_profiler_cli_554.md b/prompts/system/memory_profiler_cli_554.md new file mode 100644 index 0000000..cf51f3f --- /dev/null +++ b/prompts/system/memory_profiler_cli_554.md @@ -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.