ios-ettrace-performance
Capture and interpret iOS Simulator ETTrace profiles for latency and CPU-heavy stacks.
소스 정보
- 저장소
- bronc-x/lotus
- 최근 소스 활동
- 2026년 9월 13일 15:27
- 감지된 SKILL.md 언어
- 영어
- 스타
- 23
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
파일 탐색기
5 개 파일SKILL.md 표시 중
SKILL.md
소스 지침 · 읽기 전용 미리보기- name
- ios-ettrace-performance
- description
- Capture and interpret iOS Simulator ETTrace profiles for latency and CPU-heavy stacks.
# iOS ETTrace performance
Use this skill for one focused launch or runtime performance flow. Use `ios-debugger-agent` as well only when the task also needs build, install, launch, UI driving, logs, or screenshots.
Read [references/full-workflow.md](references/full-workflow.md) before instrumenting or capturing. The guide contains the version-sensitive setup, dSYM, capture, preservation, analysis, and cleanup commands. Use the bundled scripts for dSYM collection and flamegraph analysis rather than recreating them.
Keep ETTrace wiring temporary unless the user asks to retain it. Do not draw conclusions from an unsymbolicated first-party stack or from stale/raw JSON. One capture should correspond to one stated user-visible flow.
Completion means fresh processed output is preserved, important first-party symbols resolve, hotspots are tied to the measured flow, temporary wiring is cleaned up when required, and comparable checks are rerun after any fix.
GitHub에서 보기