by jlreyes · Agent Tool · ★ 25
Instruments Analyzer A tool that gives AI agents programmatic access to Apple Instruments trace data. Instruments is normally a GUI-only tool — this tool bridges the gap by exporting files into DuckDB, where they can be queried with SQL. What it does Given an Instruments file, this tool will: Export the trace to DuckDB + Parquet (via ) Explore the exported tables — CPU profiling, hitches, hangs, signposts, Core Animation, SwiftUI updates, RunLoop activity, and more Prepare derived views for frame-level analysis (via ) Analyze performance data using SQL queries with full schema knowledge...
| Stars | 25 |
| Forks | 1 |
| Language | Python |
| Category | Agent Tool |
| License | MIT |
| Quality Score | 68.6570170312/100 |
| Last Updated | 2026-06-06 |
| Created | 2026-03-16 |
| Platforms | python |
| Est. Tokens | ~6k |
These tools work well together with instruments-analyzer for enhanced workflows:
Explore other popular agent tool tools:
instruments-analyzer is A Python tool that gives AI agents programmatic access to Apple Instruments trace data by exporting .trace files to DuckDB for SQL analysis. It is categorized as a Agent Tool with 25 GitHub stars.
instruments-analyzer is primarily written in Python.
You can find installation instructions and usage details in the instruments-analyzer GitHub repository at github.com/jlreyes/instruments-analyzer. The project has 25 stars and 1 forks, indicating an active community.
instruments-analyzer is released under the MIT license, making it free to use and modify according to the license terms.