perf-profiler
仓库创建 2025年10月22日最近提交 1 天前SkillHot 收录 11 小时前
▸ 精选理由
自动化采集热点证据并标准化输出,便于快速定位瓶颈。
▸ 风险提示
可能会执行本地 profiling 工具,需调试符号与相应权限。
这个 Skill 做什么
运行分析器捕获 CPU/内存热点并产出火焰图或相应证据。
运行分析器抓取 CPU/内存热点并产出火焰图或 JFR/perf 等证据,帮你看清哪里最耗时、最占内存。适合要做性能定位、找 hot path 或生成可复现的性能证据时使用。会先校验 debug 符号、记录命令与 file:line 信息,并一并交付火焰图和复现步骤,方便后续分析和回溯。
▸ 展开 SKILL.md 英文原文
Use when profiling CPU/memory hot paths, generating flame graphs, or capturing JFR/perf evidence.
1.8k
Stars
518
Forks
23
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/composio-community/awesome-claude-plugins/master/perf/skills/profile/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/composio-community/awesome-claude-plugins/master/perf/skills/profile/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# perf-profiler Run profiling tools and capture hotspots with evidence. Follow `docs/perf-requirements.md` as the canonical contract. ## Required Rules - Verify debug symbols before profiling. - Capture file:line for hotspots. - Provide flame graph or equivalent output when possible. ## Output Format ``` tool: <profiler> command: <command> hotspots: - file:line - reason artifacts: - <path to flame graph or profile> ``` ## Constraints - No profiling without a clear scenario. - Keep outputs minimal and evidence-backed.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有