Added timing info for index drop/create. Some small mods to output during import (obviously just change any you don't like)

This commit is contained in:
sqlcoder
2009-06-07 22:21:58 +01:00
parent c6f3595b93
commit 0a7c340656
3 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ Otherwise, finish at eof...
self.processHand(handText)
numHands= len(handsList)
endtime = time.time()
print "Processed %d hands in %.3f seconds" % (numHands, endtime - starttime)
print "read %d hands in %.3f seconds" % (numHands, endtime - starttime)
if self.out_fh != sys.stdout:
self.out_fh.close()