summaryrefslogtreecommitdiff
path: root/morphlib/stopwatch.py
Commit message (Expand)AuthorAgeFilesLines
* make a Stopwatch usable with the "with" statementLars Wirzenius2012-01-121-0/+15
* Add Stopwatch.start_stop_seconds(), don't use timedelta.total_seconds().Jannis Pohlmann2011-12-081-0/+8
* Use assertEqual and drop has_keys().Jannis Pohlmann2011-12-061-1/+1
* Make Stopwatch less ambiguous, add tests, update Builder.Jannis Pohlmann2011-12-061-8/+10
* Add Stopwatch class, write build times to $cache_prefix.meta.Jannis Pohlmann2011-12-061-0/+48