Files
2025-11-30 08:21:17 +08:00
..
2025-11-30 08:21:17 +08:00

Scripts

Bundled resources for performance-optimization-advisor skill

  • performance_profiler.py: A script to profile the performance of a given code snippet or application and identify bottlenecks.
  • optimization_suggestions.py: A script to generate optimization suggestions based on the profiling data.
  • impact_estimator.py: A script to estimate the performance impact of applying a given optimization.