execution time
David Hláčik
david at hlacik.eu
Sun Dec 14 11:03:38 EST 2008
More information about the Python-list mailing list
Sun Dec 14 11:03:38 EST 2008
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi guys, #! /usr/bin/python import random import bucket2 data = [ random.randint(1,25) for i in range(5)] print "random data : %s" % data print "result: %s" %bucket2.sort(data) How to write a test script which will outputs execution time for bucket2.sort(data) ? Thanks in advance!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list