summaryrefslogtreecommitdiff
path: root/morphlib/stopwatch.py
Commit message (Expand)AuthorAgeFilesLines
* python scripts: pep8ize codebaseRichard Maw2012-08-011-9/+8
* Bump copyright years, get rid of long lines and unused imports.Jannis Pohlmann2012-01-231-4/+3
* 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