mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 09:02:27 +00:00
feat(profiling): add low-overhead in-engine frame profiler
This commit is contained in:
+8
-1
@@ -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.',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user