# Conversion (#1539) — Step 2 panel: application performance profiling.
apiVersion: flow.aiwg.io/v1
kind: FlowCapability
metadata:
  name: perfopt-profiling
  labels: { domain: performance }
spec:
  description: Profile CPU (hot paths, inefficient algorithms), memory (allocation, GC pressure, leaks), I/O (DB, filesystem, network), and end-to-end request traces; document the top 5-10 bottlenecks with evidence.
  version: "1.0.0"
  inputs: []
  outputs:
    - { name: profiling_results, type: object }
  agent: performance-engineer
  idempotent: true
