performance-profiler-tools

Community

Uncover performance bottlenecks, optimize code.

Authorpaleoterra
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill simplifies the daunting task of interpreting Instruments trace files, allowing you to quickly identify and understand performance bottlenecks in your application.

Core Features & Use Cases

  • Trace Analysis: Parse Instruments .trace files to extract Time Profiler and Allocations data.
  • Regression Detection: Compare multiple trace files to identify performance regressions introduced by new code.
  • Use Case: Analyze two Instruments trace files, one from a baseline build and one from a new feature branch, to quickly identify any performance regressions introduced by recent changes, ensuring your app remains fast.

Quick Start

Analyze the attached Instruments trace file 'app_startup.trace' and identify the top 3 hot paths.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 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: performance-profiler-tools
Download link: https://github.com/paleoterra/PaleoRose/archive/main.zip#performance-profiler-tools

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