スキル一覧に戻る
michaeldubu

perf-analyzer

by michaeldubu

Multi-Agent AI Coding Assistant with parallel agent execution, enterprise security, and rich terminal UI. Built with TypeScript, Headaches @ SAAAM LLC

0🍴 0📅 2026年1月10日
GitHubで見るManusで実行

SKILL.md


name: perf-analyzer description: Analyzes performance benchmarks from CUDA, CPU, memory tests. Parses output, identifies bottlenecks, tracks metrics over time, generates optimization insights.

Performance Analyzer Skill

Purpose

Analyzes performance benchmarks and profiling data from CUDA, CPU, memory, and system tests. Automatically parses benchmark output, identifies performance bottlenecks, tracks metrics over time, and generates actionable optimization insights.

Capabilities

Benchmark Parsing

  • CUDA kernel benchmarks (GFLOPS, TFLOPS, execution time)
  • CPU benchmarks (GFLOPS, multi-core performance)
  • Memory bandwidth tests
  • Custom benchmark formats (CSV, JSON, text output)

Analysis Features

  • Performance regression detection
  • Bottleneck identification
  • Comparison across runs/configurations
  • Statistical analysis (mean, std dev, percentiles)
  • Speedup calculations
  • Efficiency metrics

Tracking

  • Historical performance data
  • Trend analysis over time
  • Configuration impact analysis

Usage

The skill automatically loads when you:

  • Ask to analyze benchmark results
  • Request performance comparisons
  • Need to identify bottlenecks
  • Want to track performance over time

Files

  • parsers.py - Parsers for various benchmark formats
  • analyzer.py - Core analysis logic and metrics calculation
  • visualizer.py - Data visualization and charting

Example Workflows

  1. Single Benchmark Analysis

    • Parse benchmark output
    • Calculate key metrics
    • Identify bottlenecks
    • Generate summary
  2. Comparative Analysis

    • Parse multiple benchmark runs
    • Compare performance across configurations
    • Calculate speedups and improvements
    • Highlight regressions
  3. Historical Tracking

    • Store results over time
    • Detect performance trends
    • Alert on regressions
    • Track optimization impact

Integration

Works seamlessly with:

  • tech-report skill for generating professional reports
  • xlsx skill for detailed data tables
  • pptx skill for presentation-ready visualizations

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です