Translates natural-language prompts into precise Perfetto queries to analyze trace data without requiring manual SQL writing.
Perfetto is a Model Context Protocol (MCP) server that empowers users to analyze complex Perfetto traces using natural language. It converts plain English questions into focused Perfetto analyses, automatically generating the necessary SQL queries. This allows for rapid diagnosis of performance issues such as Application Not Responding (ANR) events, UI jank, CPU hotspots, thread contention, Binder performance issues, and memory leaks, making deep performance investigations accessible without extensive SQL knowledge.