Analyzes CPU and memory performance to identify bottlenecks and generate visual profiling artifacts like flame graphs.
The Performance Profiler skill empowers Claude to diagnose and resolve software bottlenecks by executing specialized profiling tools such as JFR or perf. It identifies high-impact code paths (hotspots), verifies debug symbols for accuracy, and produces evidence-backed reports including precise file-level location data and visual flame graphs, ensuring that all performance optimizations are driven by empirical data and clear execution scenarios.
주요 기능
01Automated CPU and memory hotspot identification
02Mapping of performance bottlenecks to specific source files and lines
031,152 GitHub stars
04Debug symbol verification for high-precision profiling
05Generation of visual flame graphs for deep stack analysis
06Support for JFR (Java Flight Recorder) and Linux perf evidence
사용 사례
01Identifying memory leaks or CPU spikes in complex application workloads
02Capturing low-level system traces to debug intermittent latency issues
03Generating visual execution evidence to validate performance optimizations