aboutsummaryrefslogtreecommitdiffstats
path: root/launch.py
diff options
context:
space:
mode:
Diffstat (limited to 'launch.py')
-rw-r--r--launch.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/launch.py b/launch.py
index b103c8f3..e9667c88 100644
--- a/launch.py
+++ b/launch.py
@@ -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()