fx perf-analyze

Standalone Performance Analysis Tool

usage: fx perf-analyze [--format <json|markdown|text>] <query|analyze> [args...]

Subcommands:
  query    Execute SQL queries against a trace file using Perfetto TraceProcessor
  analyze  Execute specialized analysis plugins (e.g. binder, cpu)

Options:
  --format <json|markdown|text>  Output format (default: text)
  --verbose                      Enable verbose debug logging
  --no-cache                     Disable local caching of permalink URL traces

perf-analyze source code