II.
LibraryProcess JSON
Structured · livelib-process:embedded-systems--execution-speed-profiling
specializations/embedded-systems/execution-speed-profiling json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:embedded-systems--execution-speed-profiling",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/embedded-systems/execution-speed-profiling",
"description": "Execution Speed Profiling - Profiling code execution to identify bottlenecks, measure function timing,\nand optimize critical paths using cycle counters, profiling tools, and timing instrumentation.",
"libraryPath": "library/specializations/embedded-systems/execution-speed-profiling.js",
"specialization": "embedded-systems",
"references": [
"- Profiling Embedded Systems: https://interrupt.memfault.com/blog/profiling-firmware-on-cortex-m",
"- Cycle Counters: https://www.embedded.com/using-the-cortex-m-cycle-counter/",
"- Performance Optimization: https://www.embedded.com/performance-optimization-for-embedded-systems/"
],
"example": "const result = await orchestrate('specializations/embedded-systems/execution-speed-profiling', {\n projectName: 'MotorController',\n targetMcu: 'STM32F407',\n criticalPaths: ['control_loop', 'pwm_update', 'adc_read'],\n targetTiming: { control_loop: '10us', pwm_update: '5us' }\n});",
"usesAgents": [
"performance-optimization-agent",
"embedded-tech-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:embedded-systems--execution-speed-profiling",
"to": "skill-area:rtos-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--execution-speed-profiling",
"to": "skill-area:firmware-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:embedded-systems--execution-speed-profiling",
"to": "skill-area:timing-closure",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:embedded-systems--execution-speed-profiling",
"to": "domain:embedded-systems",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--execution-speed-profiling",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--execution-speed-profiling",
"to": "workflow:firmware-release-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--execution-speed-profiling",
"to": "specialization:embedded-systems",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--execution-speed-profiling",
"to": "lib-agent:embedded-systems--performance-optimization-agent",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:embedded-systems--execution-speed-profiling",
"to": "lib-agent:embedded-systems--embedded-tech-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}