Tagged Questions
9
votes
5answers
3k views
accurately measure time python function takes
I need to measure the time certain parts of my program take (not for debugging but as a feature in the output). Accuracy is important because the total time will be a fraction of a second.
I was ...
3
votes
1answer
110 views
python: bytecode-oriented profiler
I'm writing a web application (http://www.checkio.org/) which allows users to write python code. As one feedback metric among many, I'd like to enable profiling while running checks on this code. This ...