Install
openclaw skills install performance-profilerAnalyze code performance to identify bottlenecks, detect redundant computations and blocking operations, and provide optimization recommendations.
openclaw skills install performance-profiler分析代码性能,识别瓶颈并提供优化建议。
{
"issues": [
{
"type": "loop_push",
"location": "line 42",
"suggestion": "使用数组推导式或预先分配"
}
],
"complexity": "O(n²)",
"score": 75
}