python-performance-profiler

Community

Pinpoint Python CPU and memory bottlenecks.

Authorjorgealves
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps identify CPU and memory bottlenecks in Python code by leveraging cProfile and memory_profiler, enabling targeted optimizations for mission-critical services.

Core Features & Use Cases

  • CPU profiling with cProfile to pinpoint hot code paths.
  • Memory profiling with memory_profiler to track memory growth and leaks.
  • Use Case: Optimize performance for mission-critical Python services across development, testing, and production environments.

Quick Start

Run a quick profiling session on a Python script to generate CPU and memory reports, e.g.: python -m cProfile -o profile.out your_script.py and python -m memory_profiler your_script.py.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: python-performance-profiler
Download link: https://github.com/jorgealves/agent_skills/archive/main.zip#python-performance-profiler

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.