native-app-profiling

Installation
SKILL.md

Native App Performance Profiling (CLI)

Overview

Record Time Profiler via xctrace, extract samples, symbolicate, and identify hotspots without opening Instruments.

Quick Start

1) Record Time Profiler

Attach to running process:

# Get the PID first
pgrep -x "AppName"
Related skills
Installs
23
GitHub Stars
8
First Seen
Feb 19, 2026