Game Performance Monitor Statusline
Settings statusline 123
Game engine performance monitor tracking FPS targets, draw calls, memory usage, and build optimization. Displays target framerate compliance, polygon count optimization status, texture memory usage, build size tracking across platforms, and performance bottleneck alerts for game development.
npx claude-code-templates@latest --setting statusline/game-performance-monitor-statusline claude-code — game-performance-monitor-statusline
Content
JSON
{
"description": "Game engine performance monitor tracking FPS targets, draw calls, memory usage, ..."
"statusLine": {
"type": "command"
"command": "bash -c 'input=$(cat); MODEL=$(echo "$input" | jq -r ".model.display_name"); DIR..."
}
}