[rtems-tools commit] bsp-bulder: Get the end time when building an architecture.

Chris Johns chrisj at rtems.org
Tue Nov 29 21:13:41 UTC 2016


Module:    rtems-tools
Branch:    master
Commit:    8a7be6379ca3cc3c818d567e69aad1cf565cae53
Changeset: http://git.rtems.org/rtems-tools/commit/?id=8a7be6379ca3cc3c818d567e69aad1cf565cae53

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed Nov 30 08:13:33 2016 +1100

bsp-bulder: Get the end time when building an architecture.

---

 tester/rt/check.py | 1 +
 1 file changed, 1 insertion(+)

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'],



More information about the vc mailing list