Increase profiling dump interval to 600 frames (~10s)

This commit is contained in:
MarcelineVQ
2026-03-12 11:10:15 -07:00
parent 67ffaa7315
commit 1f4f2b03c4
+1 -1
View File
@@ -29,7 +29,7 @@ pub fn isActive() bool {
// Profiling state — unified dump every DUMP_FRAMES render passes
// =============================================================================
const DUMP_FRAMES: u32 = 180;
const DUMP_FRAMES: u32 = 600;
var prof = ProfState{};
var t44_depth: u32 = 0; // recursion depth — survives resets