From 468be5a16d9cc16351c04e3b2e2c8d7d0fe88a39 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Tue, 6 Dec 2011 14:57:37 +0100 Subject: 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. --- morphlib/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'morphlib/__init__.py') 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 -- cgit v1.2.1