summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2011-12-06 14:57:37 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2011-12-06 14:57:37 +0100
commit468be5a16d9cc16351c04e3b2e2c8d7d0fe88a39 (patch)
treeb09f34e096b13eaebf0307b259951342ddfe5fb0 /morphlib/__init__.py
parentcd79d2ba24240c564655f4eed38f51060a256316 (diff)
downloadmorph-468be5a16d9cc16351c04e3b2e2c8d7d0fe88a39.tar.gz
Add Stopwatch class, write build times to $cache_prefix.meta.
The Stopwatch class does not have unit tests yet and the build times stored in the cache for system images may be a little too fine-grained at the moment.
Diffstat (limited to 'morphlib/__init__.py')
-rw-r--r--morphlib/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index 6ec0f7fe..c4a1992d 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -26,5 +26,6 @@ import cachedir
import execute
import git
import morphology
+import stopwatch
import tempdir
import util