I've written a python script and it's conducting a lot of string comparisons with a number of functions. If I were to run the current process it would take a month to complete. I would like to make the code more efficient but am not sure where I should focus.
Is there a way of having python tell you how long it takes for it to go through each of the functions?
Obviously, having it calculate the time it takes to process the function will take up resources.
thank you