feat(profiling): add low-overhead in-engine frame profiler

This commit is contained in:
MatthewBeshay
2026-03-29 20:55:59 -05:00
committed by Tropical
parent b5b4fc34fe
commit 47b7d90835
6 changed files with 816 additions and 374 deletions
+8 -1
View File
@@ -24,4 +24,11 @@ option(
type: 'boolean',
value: true,
description: 'Toggles V-Sync and adds options to unlock maximum in-game framerate.',
)
)
option(
'enable_frame_profiler',
type: 'boolean',
value: false,
description: 'Enable the in-engine frame profiler for render hotspot discovery.',
)