Latency for API call to a Python Function

MRAB python at mrabarnett.plus.com
Tue Aug 29 13:40:15 EDT 2017


On 2017-08-29 17:08, shazianusra at gmail.com wrote:
> 
> 
> You mean recursive linear search? Or is there a way I can test all my code with multiple files to see which function is causing issue?
> 
You can just put some timing around the methods that might be a problem, 
writing to a logfile. Process a few files and then look at the logfile 
to see whether any of those methods took longer than expected.



More information about the Python-list mailing list