summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-11-30 08:13:33 +1100
committerChris Johns <chrisj@rtems.org>2016-11-30 08:13:33 +1100
commit8a7be6379ca3cc3c818d567e69aad1cf565cae53 (patch)
tree179f84d8085f3e3fb5c612f5e72d9c8863b960f4
parentAdd 4.12/.../gdb-7.11-sis-leon2-leon3.diff from gaisler.org (diff)
downloadrtems-tools-8a7be6379ca3cc3c818d567e69aad1cf565cae53.tar.bz2
bsp-bulder: Get the end time when building an architecture.
-rwxr-xr-xtester/rt/check.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tester/rt/check.py b/tester/rt/check.py
index 03642ed..4746422 100755
--- a/tester/rt/check.py
+++ b/tester/rt/check.py
@@ -484,6 +484,7 @@ class build:
raise error.general('Architecture not found: %s' % (arch))
for bsp in self._bsps(arch):
self.build_arch_bsp(arch, bsp)
+ end = datetime.datetime.now()
log.notice('^ Architecture Time %s' % (str(end - start)))
log.notice(' warnings:%d exes:%d objs:%s libs:%d' % \
self.warnings.get(), self.counts['exes'],