Skip to main content

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 查看