What problem does it solve? Lens Studio performance traces (.pftrace files) are large binary recordings that are not human-readable, making it hard to know why a Lens is slow. This Skill analyzes the trace in-chat and explains which operations are expensive, on which thread, and whether the problem is consistent jank or occasional spikes. ## Core Features & Use Cases - Automated Anomaly Detection: Surfaces slow frames, shader compilation spikes, Lens Activation Time (LAT), and thread hotspots via a single JSON summary script. - Automated Root Cause Analysis: Ranks likely bottleneck drivers with confidence labels and maps generic component names to real scene objects when the Lens Studio MCP is connected. - Deep SQL Drilling (Phase 2): A persistent trace query server with pre-written SQL recipes enables hierarchical call-stack and CPU scheduling investigation when the summary is insufficient. - Use Case: You profile a Lens on Spectacles and get a 200MB .pftrace file. Run this Skill to learn that shader compilation under a specific visual component is driving your worst frames, then get ranked fix suggestions without opening any external profiler UI. ## Quick Start Analyze the attached trace file capture.pftrace and tell me why my Lens is dropping frames.