Identifies performance-critical code paths and entrypoints to streamline the profiling and optimization process.
Performance Path Mapper is a specialized Claude Code skill designed to pre-map implementation paths and potential 'hot files' before you begin active profiling. By analyzing entrypoints, handlers, and call chains across supported languages like Rust, Java, Go, and Python, it helps developers focus their performance tuning efforts on the most impactful 10-15 files. This skill bridges the gap between high-level performance requirements and low-level code execution, ensuring that performance audits and optimizations are targeted, efficient, and data-driven.
주요 기능
01Hot file candidate list generation with evidence
02Call chain and import/export mapping
03Support for Rust, Java, JS/TS, Go, and Python
04Integration with repository intelligence and grep
05692 GitHub stars
06Automated entrypoint and handler identification
사용 사례
01Pre-profiling analysis to identify where to attach performance monitors
02Auditing complex codebases for potential performance bottlenecks
03Mapping critical execution paths during technical onboarding