You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-30 18:30:54 +00:00
Make memory profiling optional
This commit is contained in:
@@ -215,6 +215,14 @@ opts.Add(
|
||||
False,
|
||||
)
|
||||
)
|
||||
opts.Add(
|
||||
BoolVariable(
|
||||
"profiler_track_memory",
|
||||
"Profile memory allocations, if the profiler supports it.",
|
||||
False,
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
# Advanced options
|
||||
opts.Add(
|
||||
|
||||
Reference in New Issue
Block a user