II.
LibraryProcess JSON
Structured · livelib-process:performance-optimization--memory-profiling-analysis
specializations/performance-optimization/memory-profiling-analysis json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:performance-optimization--memory-profiling-analysis",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/performance-optimization/memory-profiling-analysis",
"description": "Memory Profiling Analysis - Profile application memory usage to identify optimization opportunities\nincluding 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', {\n projectName: 'API Gateway',\n targetApplication: 'gateway-service',\n profilingTool: 'eclipse-mat',\n duration: 300\n});",
"usesAgents": [
"memlab-analysis"
]
},
"outgoingEdges": [
{
"from": "lib-process:performance-optimization--memory-profiling-analysis",
"to": "skill-area:performance-monitoring-profiling",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--memory-profiling-analysis",
"to": "skill-area:profiling-cpu",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:performance-optimization--memory-profiling-analysis",
"to": "skill-area:profiling-memory",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:performance-optimization--memory-profiling-analysis",
"to": "topic:observability-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--memory-profiling-analysis",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--memory-profiling-analysis",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--memory-profiling-analysis",
"to": "role:sre",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:performance-optimization--memory-profiling-analysis",
"to": "workflow:performance-profiling-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--memory-profiling-analysis",
"to": "specialization:performance-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}