mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Tools: timestamp build steps
try to track down what is slow
This commit is contained in:
parent
062ee71135
commit
3f71a84894
@ -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" %
|
||||
|
Loading…
Reference in New Issue
Block a user