II.
LibraryProcess overview
Reference · livelib-process:performance-optimization--memory-leak-detection
specializations/performance-optimization/memory-leak-detection overview
Memory Leak Detection and Resolution - Detect and fix memory leaks in applications including heap snapshot comparison, object retention analysis, leak source location, and regression testing.
Attributes
displayName
specializations/performance-optimization/memory-leak-detection
description
Memory Leak Detection and Resolution - Detect and fix memory leaks in applications including
heap snapshot comparison, object retention analysis, leak source location, and regression testing.
libraryPath
library/specializations/performance-optimization/memory-leak-detection.js
specialization
performance-optimization
references
- - MemLab: https://facebook.github.io/memlab/
- - LeakCanary: https://square.github.io/leakcanary/
example
const result = await orchestrate('specializations/performance-optimization/memory-leak-detection', {
projectName: 'Web Application',
targetApplication: 'frontend-app',
detectionTool: 'memlab',
testDuration: 600
});
usesAgents
- memlab-analysis
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:performance-optimization·Specialization
lib_covers_topic1
- topic:observability-driven-development·TopicObservability-Driven Development
lib_implements_workflow1
- workflow:performance-profiling-cycle·WorkflowPerformance Profiling Cycle
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:sre·Role
lib_requires_skill_area3
- skill-area:performance-monitoring-profiling·SkillAreaPerformance Monitoring and Profiling
- skill-area:profiling-cpu·SkillAreaCPU Profiling
- skill-area:profiling-memory·SkillAreaMemory Profiling
Incoming edges
None.