This commit is contained in:
33333-33333 2026-07-18 22:15:26 +09:00
commit d163ceb291
76 changed files with 1385 additions and 524 deletions

View file

@ -108,6 +108,14 @@
fps: window.__tarinaiFps || 0,
dpr: (typeof uiCache !== "undefined" ? uiCache?.canvasDpr : window.uiCache?.canvasDpr) || 0,
},
runtimeCaches: {
ballCollisions: this.ballCollisionMemo?.size || 0,
tarinaiCollisions: this.tarinaiCollisionMemo?.size || 0,
relationNotices: Object.keys(this.relationNotices || {}).length,
fightCooldowns: Object.keys(this.fightPairCooldowns || {}).length,
resolvedFights: Object.keys(this.resolvedFightIds || {}).length,
familyRecords: Object.keys(this.family || {}).length,
},
work: {
budget: this.workBudget || null,
stats: this.workStats || null,