Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Profile code performance and identify bottlenecks
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 8% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -15% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 8% | 0% |
Profile algorithm implementations to identify performance bottlenecks and optimization opportunities.
json{ "type": "object", "properties": { "code": { "type": "string" }, "language": { "type": "string" }, "profileType": { "type": "string", "enum": ["time", "memory", "cache", "all"] }, "testInput": { "type": "string" }, "iterations": { "type": "integer", "default": 1 } }, "required": ["code", "profileType"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "timing": { "type": "object" }, "memory": { "type": "object" }, "hotSpots": { "type": "array" }, "recommendations": { "type": "array" } }, "required": ["success"] }
Can integrate with profiling tools like gprof, perf, Valgrind, cProfile, and language-specific profilers.
Other measured skills in the registry, with their headline benchmark lift.