Compose Performance Audit Overview Audit Jetpack Compose view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps. Workflow Decision Tree - If the user provides code, start with "Code-First Review." - If the user only describes symptoms, ask for minimal code/context, then do "Code-First Review." - If code review is inconclusive, go to "Guide the User to Profile" and ask for Layout Inspector output or Perfetto traces. 1. Code-First Review Collect: - Target Composable code. - Data flow: state, remember, derived state, ViewModel conne…