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"
Installs
54
GitHub Stars
13
First Seen
Feb 19, 2026
native-app-profiling — patrickserrano/skills