Performance Profiler

# Performance Profiler

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Performance Profiler" with this command: npx skills add HonestQiao/performance-profiler

Performance Profiler

分析代码性能,识别瓶颈并提供优化建议。

功能

  • 循环性能分析
  • 重复计算检测
  • 同步阻塞识别
  • 复杂度计算
  • 优化建议生成

触发词

  • "性能分析"
  • "性能瓶颈"
  • "performance"
  • "优化建议"

检测问题

  • 循环内数组操作
  • 重复的函数调用
  • 同步阻塞操作
  • 内存泄漏风险

输出示例

{
  "issues": [
    {
      "type": "loop_push",
      "location": "line 42",
      "suggestion": "使用数组推导式或预先分配"
    }
  ],
  "complexity": "O(n²)",
  "score": 75
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Performance Engineering System

Complete performance engineering system — profiling, optimization, load testing, capacity planning, and performance culture. Use when diagnosing slow applica...

Registry SourceRecently Updated
0250
Profile unavailable
Automation

Autoimprove

Autonomous optimization loop that improves any measurable thing. Point it at files to change, a command to check, and a number to improve — then walk away. W...

Registry SourceRecently Updated
141
Profile unavailable
Security

AetherCore v3.3

AetherCore v3.3.4 - Security-focused final release. High-performance JSON optimization with universal smart indexing for all file types. All security review...

Registry SourceRecently Updated
1144
Profile unavailable