aboutsummaryrefslogtreecommitdiff
path: root/launch.py
diff options
context:
space:
mode:
Diffstat (limited to 'launch.py')
-rw-r--r--launch.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/launch.py b/launch.py
index 1dbc4c6e..114466cf 100644
--- a/launch.py
+++ b/launch.py
@@ -26,6 +26,9 @@ start = launch_utils.start
def main():
+ from modules import timer
+ timer.startup_timer.record("start")
+
if not args.skip_prepare_environment:
prepare_environment()