trace-sql
CommunityEffortlessly query and analyze Pulp Perfetto traces with SQL.
Authordanielraffel
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a structured SQL discipline for querying and analyzing Pulp Perfetto traces, enabling users to quickly understand and interpret trace data.
Core Features & Use Cases
- Structured SQL Queries: Leverage the power of SQL to query Pulp Perfetto traces.
- Automated Analysis: Automates the analysis of traces for common scenarios such as slowest frames, xruns, and layout issues.
- Use Case: When troubleshooting performance issues in Pulp, use this Skill to query trace data for insights on slow operations or xruns.
Quick Start
To query slowest frames in the Pulp trace, run: SELECT name, dur FROM pulp_slowest_frames ORDER BY dur DESC LIMIT 20
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 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: trace-sql Download link: https://github.com/danielraffel/burl/archive/main.zip#trace-sql Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.