Message5771

Author mcieslik
Recipients doublep, mcieslik
Date 2010-05-19.12:09:26
SpamBayes Score 0.0043363874
Marked as misclassified No
Message-id <1274270966.39.0.885083749626.issue1612@psf.upfronthosting.co.za>
In-reply-to
Content
The 3s of jython profile_array.py do **NOT** include the JVM start-up time, so it is 'wall-clock' time of the loop.

this is what is in the attached script:
start = time()
for i in range(10000):
    array('b', large_string)
stop = time()
History
Date User Action Args
2010-05-19 12:09:26mciesliksetmessageid: <1274270966.39.0.885083749626.issue1612@psf.upfronthosting.co.za>
2010-05-19 12:09:26mciesliksetrecipients: + mcieslik, doublep
2010-05-19 12:09:26mciesliklinkissue1612 messages
2010-05-19 12:09:26mcieslikcreate