Added time string printing

This commit is contained in:
GudniRos
2015-04-06 10:59:40 -07:00
parent 25acc67c43
commit 3f338ddb43
+1
View File
@@ -137,6 +137,7 @@ class MTProblem(Problem.BaseProblem):
pool.close()
pool.join()
print 'Ran for {:f} seconds'.format(time.time()-startTime)
sys.stdout.flush()
return F