summaryrefslogtreecommitdiffstats
path: root/misc/dist/shell/godot.bash-completion
diff options
context:
space:
mode:
authorFredia Huya-Kouadio <fhuya@meta.com>2023-01-13 11:24:12 -0800
committerFredia Huya-Kouadio <fhuya@meta.com>2023-05-23 13:22:35 -0700
commit831b4a5366caf8a0202b2ac2fad641505282915c (patch)
tree57915abf2f84165212cc5662ccdc1266b9c7221e /misc/dist/shell/godot.bash-completion
parentf581f21dd61a8fb581b80d07755cdf60c95d146d (diff)
downloadredot-engine-831b4a5366caf8a0202b2ac2fad641505282915c.tar.gz
Improve startup benchmarking
Move the benchmarking measuring methods from `Engine` to `OS` to allow for platform specific overrides (e.g: can be used to hook into platform specific benchmarking and tracing capabilities).
Diffstat (limited to 'misc/dist/shell/godot.bash-completion')
-rw-r--r--misc/dist/shell/godot.bash-completion4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dist/shell/godot.bash-completion b/misc/dist/shell/godot.bash-completion
index 79000da85d..a7ce11e524 100644
--- a/misc/dist/shell/godot.bash-completion
+++ b/misc/dist/shell/godot.bash-completion
@@ -91,8 +91,8 @@ _complete_godot_options() {
--build-solutions
--dump-gdextension-interface
--dump-extension-api
---startup-benchmark
---startup-benchmark-file
+--benchmark
+--benchmark-file
--test
" -- "$1"))
}