Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Perf Profiler

Use when profiling CPU/memory hot paths, generating flame graphs, or capturing JFR/perf evidence.

majiayu000 b5d3561 2 files · 2.1 KB Updated 567 repo stars

File contents

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.

majiayu000/claude-skill-registry-data/tree/main/other/profile commit b5d35614ba

Frequently asked questions

npx skillmds add majiayu000/perf-profiler