]> git.ipfire.org Git - thirdparty/u-boot.git/commit
buildman: Start the clock when the build starts
authorSimon Glass <sjg@chromium.org>
Thu, 7 Sep 2023 16:00:19 +0000 (10:00 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 18:31:25 +0000 (12:31 -0600)
commit2ce06f56cbbebd785b5e4c4a83ccec0d0a78e76d
tree5760895e96bafe70cba3cc663bdd0dbe3b863543
parent283dcb63cb7d124fa427938f39aa9362872e02fc
buildman: Start the clock when the build starts

The Kconfig and maintainer processing can take a while, sometimes 5
seconds or more. This skews the timing printed by buildmand when the build
completes. Start the clock when the threads start to avoid this problem.

Signed-off-by: Simon Glass <sjg@chromium.org>
Suggested-by: Tom Rini <trini@konsulko.com>
tools/buildman/builder.py