move start timer

This commit is contained in:
wfjsw
2023-07-18 19:00:16 +08:00
parent 420cc8f68e
commit 3c570421d3
3 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
from modules import launch_utils
from modules import launch_utils, timer
args = launch_utils.args
@@ -25,6 +25,8 @@ start = launch_utils.start
def main():
timer.startup_timer.record("start")
if not args.skip_prepare_environment:
prepare_environment()