Mercurial > lcfOS
diff python/grind.py @ 261:444b9df2ed99
try to split up code generation
author | Windel Bouwman |
---|---|
date | Fri, 09 Aug 2013 09:05:13 +0200 |
parents | 66912720d712 |
children |
line wrap: on
line diff
--- a/python/grind.py Tue Aug 06 18:29:53 2013 +0200 +++ b/python/grind.py Fri Aug 09 09:05:13 2013 +0200 @@ -7,5 +7,6 @@ suite = unittest.TestLoader().discover('.') def runtests(): unittest.TextTestRunner().run(suite) - s = cProfile.run('runtests()',sort='cumtime') + #s = cProfile.run('runtests()',sort='cumtime') + s = cProfile.run('runtests()',sort='tottime')