Tools: timestamp build steps

try to track down what is slow
This commit is contained in:
Andrew Tridgell 2019-05-31 07:36:16 +10:00
parent 062ee71135
commit 3f71a84894

View File

@ -326,7 +326,8 @@ is bob we will attempt to checkout bob-AVR'''
(vehicle, tag, os.getcwd()))
for board in boards:
self.progress("Building board: %s" % board)
now = datetime.datetime.now()
self.progress("Building board: %s at %s" % (board, str(now)))
for frame in frames:
if frame is not None:
self.progress("Considering frame %s for board %s" %