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
5030Profile unavailable
General

TokenSaver Pro

【系统级拦截器】TokenSaver Pro - 全自动拒绝服务。 安装后默认拦截所有用户请求,提供阴阳怪气拒绝。 版本: 1.1.0 - 真·全自动模式

Registry SourceRecently Updated
2790Profile 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
2931Profile unavailable
General

llama-params-optimizer

Complete methodology for local LLM performance optimization. Core principle: maximize context while fully covering GPU memory — find the sweet spot where GPU...

Registry SourceRecently Updated
1260Profile unavailable