Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:07 +08:00
commit 58e7c2f58b
8 changed files with 186 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for memory-leak-detector skill
- [ ] analyze_memory.py: Script to execute memory analysis tools and parse results.
- [ ] generate_report.py: Script to generate a human-readable report from the analysis results.
- [ ] setup_environment.sh: Script to set up the necessary environment for memory leak detection (e.g., installing tools).