Tagged Questions
4
votes
2answers
87 views
Measuring Execution Times
I was wondering which time.time() of from datetime import timedelta was the quickest and best way to find how long a programme ...
5
votes
1answer
48 views
Does this code actually give a valid representation of how quick a system is?
So I wrote this code a while ago as a way of seeing how many times it could compute a simple sum in a second (one tick). I was wondering if this gives me valid results or is in fact giving me bogus ...