commit | 7190a1703077c55572d9c5be51ae7d18282b5c2d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 07 10:00:19 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Sep 23 12:31:25 2023 -0600 |
tree | 5760895e96bafe70cba3cc663bdd0dbe3b863543 | |
parent | 89592fcc6fce6aaa44c23c887cf7e54004058e41 [diff] |
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>