II.
LibraryProcess overview
Reference · livelib-process:performance-optimization--memory-profiling-analysis
specializations/performance-optimization/memory-profiling-analysis overview
Memory Profiling Analysis - Profile application memory usage to identify optimization opportunities including heap allocation patterns, object retention analysis, and memory-intensive operations.
Attributes
displayName
specializations/performance-optimization/memory-profiling-analysis
description
Memory Profiling Analysis - Profile application memory usage to identify optimization opportunities
including heap allocation patterns, object retention analysis, and memory-intensive operations.
libraryPath
library/specializations/performance-optimization/memory-profiling-analysis.js
specialization
performance-optimization
references
- - Valgrind Massif: https://valgrind.org/docs/manual/ms-manual.html
- - Eclipse MAT: https://www.eclipse.org/mat/
example
const result = await orchestrate('specializations/performance-optimization/memory-profiling-analysis', {
projectName: 'API Gateway',
targetApplication: 'gateway-service',
profilingTool: 'eclipse-mat',
duration: 300
});
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.